diff --git a/DarkSkyKit.podspec b/DarkSkyKit.podspec index 0d7ebd4..821f2f6 100644 --- a/DarkSkyKit.podspec +++ b/DarkSkyKit.podspec @@ -10,11 +10,12 @@ Swift client for darksky.net API s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Caramba.io' => 'hello@caramba.io' } s.source = { :git => 'https://github.com/carambalabs/DarkSkyKit.git', :tag => s.version.to_s } - s.ios.deployment_target = '8.0' + s.source_files = 'DarkSkyKit/**/*' - s.dependency 'Alamofire/Alamofire', '~> 4.0' - s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.10' + s.dependency 'Alamofire', '~> 4.0' + + s.ios.deployment_target = '9.0' + s.osx.deployment_target = '10.11' s.tvos.deployment_target = '9.0' s.watchos.deployment_target = '2.0' end diff --git a/Example/Podfile b/Example/Podfile index 8d12259..b15e8e4 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,3 +1,4 @@ +platform :ios, '9.0' source 'https://github.com/CocoaPods/Specs.git' target 'DarkSkyKitExample' do