-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
22 lines (18 loc) · 841 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
platform :ios, '6.0'
pod 'BlocksKit'
pod 'GHKit', '1.0.0'
pod 'InnerBand', :git => 'https://github.com/fblumenberg/InnerBand.git'
pod 'YelpKit', :git => 'https://github.com/fblumenberg/YelpKit'
pod 'IBAForms', :git => 'https://github.com/fblumenberg/IBAForms'
pod 'MKCommunication', :git => 'https://github.com/fblumenberg/MKCommunication', :tag => '1.2.1'
pod 'CocoaLumberjack'
pod 'GPXFramework', :git => 'https://github.com/fblumenberg/iOS-GPX-Framework'
#pod 'GPXFramework', :git => 'file:///Users/frankblumenberg/Develop/Cocoa/iOS-GPX-Framework'
target :MKToolTests do
pod 'GHUnitIOS'
end
target :MKToolCydia do
# pod 'QuincyKit'
pod 'MKCommunicationExtra', :git => 'https://github.com/fblumenberg/MKCommunicationExtra.git'
pod 'MKCommunicationBTStack', :git => 'https://github.com/fblumenberg/MKCommunikationBTStack.git'
end