forked from keybase/client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKBKit.podspec
More file actions
29 lines (24 loc) · 772 Bytes
/
KBKit.podspec
File metadata and controls
29 lines (24 loc) · 772 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
29
Pod::Spec.new do |s|
s.name = "KBKit"
s.version = "0.1.6"
s.summary = "KBKit"
s.homepage = "https://github.com/gabriel/specs"
s.license = "MIT"
s.authors = {"Gabriel Handford" => "gabrielh@gmail.com"}
s.source = {:git => "https://github.com/gabriel/specs.git"}
s.requires_arc = true
s.dependency "YOLayout"
s.dependency "GHKit"
s.dependency "ObjectiveSugar"
s.dependency "CocoaLumberjack"
s.dependency "AFNetworking", "~> 2.0"
s.dependency "GHKeychain"
s.dependency "Mantle"
s.dependency "MPMessagePack"
s.dependency "GHODictionary"
#s.dependency "MASPreferences"
s.dependency "MDPSplitView"
s.dependency "Tikppa"
s.platform = :osx, "10.13"
s.osx.source_files = "KBKit/**/*.{h,m}"
end