2015-10-23 14:15:31 -04:00
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
|
|
|
|
|
|
# inhibit_all_warnings!
|
|
|
|
|
use_frameworks!
|
|
|
|
|
|
2016-05-31 12:42:22 -07:00
|
|
|
def testing_pods
|
|
|
|
|
pod 'SSZipArchive', :path => '..'
|
|
|
|
|
end
|
|
|
|
|
|
2015-10-23 14:15:31 -04:00
|
|
|
target 'ObjectiveCExample' do
|
2016-05-31 12:42:22 -07:00
|
|
|
testing_pods
|
2017-06-25 23:06:17 +08:00
|
|
|
platform :ios
|
2016-05-31 12:42:22 -07:00
|
|
|
end
|
|
|
|
|
|
|
|
|
|
target 'ObjectiveCExampleTests' do
|
|
|
|
|
testing_pods
|
2017-06-25 23:06:17 +08:00
|
|
|
platform :ios
|
2015-10-23 14:15:31 -04:00
|
|
|
end
|