-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLatch.podspec
More file actions
28 lines (21 loc) · 928 Bytes
/
Latch.podspec
File metadata and controls
28 lines (21 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Pod::Spec.new do |s|
s.name = "Latch"
s.version = "0.0.3"
s.summary = "Easily use Passcode and Touch ID authentication!"
s.description = <<-DESC
Hackathon: Producthunt Hackathon
Date: November 25, 2014
Placed: N/A
Coding Time: 12 hours
Team Members: 2
Description: Easily use Passcode and Touch ID authentication!
DESC
s.homepage = "https://github.com/SooJuicy/Latch"
s.license = { :type => "GNU", :file => "LICENSE" }
s.author = { "Brian Vallelunga" => "vallelungabrian@gmail.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/SooJuicy/Latch.git", :tag => s.version }
s.source_files = "Framework/*.swift"
s.resources = "Framework/*.png", "Framework/*.{xib}"
s.requires_arc = true
end