-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathKBPGP.podspec
More file actions
28 lines (22 loc) · 768 Bytes
/
KBPGP.podspec
File metadata and controls
28 lines (22 loc) · 768 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 = "KBPGP"
s.version = "0.1.4"
s.summary = "kbpgp for iOS/OSX."
s.homepage = "https://github.com/gabriel/KBPGP"
s.license = { :type => "MIT" }
s.author = { "Gabriel Handford" => "gabrielh@gmail.com" }
s.source = { :git => "https://github.com/gabriel/KBPGP.git", :tag => s.version.to_s }
s.dependency 'NAChloride'
s.dependency 'ObjectiveSugar'
s.dependency 'GHKit'
s.dependency 'Mantle'
s.dependency 'TSTripleSec'
s.dependency 'GHBigNum'
s.dependency 'KBKeybase/Core'
s.source_files = 'KBPGP/**/*.{c,h,m}'
s.requires_arc = true
s.ios.platform = :ios, "8.0"
s.ios.deployment_target = "8.0"
s.osx.platform = :osx, "10.10"
s.resources = ["js/keybase*.js"]
end