2015-10-23 14:15:31 -04:00
|
|
|
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
|
|
|
|
|
|
# inhibit_all_warnings!
|
|
|
|
|
use_frameworks!
|
|
|
|
|
|
2017-09-30 13:22:44 +08:00
|
|
|
abstract_target 'core' do
|
2016-05-31 12:42:22 -07:00
|
|
|
|
2017-09-30 13:22:44 +08:00
|
|
|
pod 'SSZipArchive', :path => '..'
|
|
|
|
|
|
|
|
|
|
target 'ObjectiveCExample' do
|
|
|
|
|
platform :ios
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
target 'ObjectiveCExampleTests_iOS' do
|
|
|
|
|
platform :ios
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
target 'ObjectiveCExampleTests_macOS' do
|
|
|
|
|
platform :osx, '10.8'
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
target 'ObjectiveCExampleTests_tvOS' do
|
|
|
|
|
platform :tvos, '9.0'
|
|
|
|
|
end
|
2016-05-31 12:42:22 -07:00
|
|
|
|
2015-10-23 14:15:31 -04:00
|
|
|
end
|