-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathPodfile
26 lines (23 loc) · 792 Bytes
/
Podfile
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
source 'https://github.com/CocoaPods/Specs.git'
platform :osx, "10.13"
AutoPkgr = ["AutoPkgr", "AutoPkgrTests"]
AutoPkgr.each { |t|
target t do
pod 'AFNetworking', '~> 2.5.4'
pod 'Sparkle', '1.26.0'
pod 'XMLDictionary', '~> 1.4'
pod 'mailcore2-osx', '0.6.4'
pod 'GRMustache', '~> 7.3.2'
pod 'ACEView', '~> 0.0.5'
pod 'MMMarkdown', '~> 0.5.1'
pod 'AHProxySettings', '~> 0.1.1'
pod 'AHKeychain', '~> 0.3.0'
pod 'OpenSSL-Universal'
pod 'AHLaunchCtl', :git => 'https://github.com/eahrold/AHLaunchCtl.git'
end
}
target "com.lindegroup.AutoPkgr.helper" do
pod 'AHLaunchCtl', :git => 'https://github.com/eahrold/AHLaunchCtl.git'
pod 'AHKeychain', '~> 0.3.0'
pod 'RNCryptor', '~> 2.2'
end