Skip to content

Commit 3549598

Browse files
committed
Update Podspec to change some target dependecies
1 parent f41b089 commit 3549598

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

DarkSkyKit.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ Swift client for darksky.net API
1010
s.license = { :type => 'MIT', :file => 'LICENSE' }
1111
s.author = { 'Caramba.io' => '[email protected]' }
1212
s.source = { :git => 'https://github.com/carambalabs/DarkSkyKit.git', :tag => s.version.to_s }
13-
s.ios.deployment_target = '8.0'
13+
1414
s.source_files = 'DarkSkyKit/**/*'
15-
s.dependency 'Alamofire/Alamofire', '~> 4.0'
16-
s.ios.deployment_target = '8.0'
17-
s.osx.deployment_target = '10.10'
15+
s.dependency 'Alamofire', '~> 4.0'
16+
17+
s.ios.deployment_target = '9.0'
18+
s.osx.deployment_target = '10.11'
1819
s.tvos.deployment_target = '9.0'
1920
s.watchos.deployment_target = '2.0'
2021
end

Example/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
platform :ios, '9.0'
12
source 'https://github.com/CocoaPods/Specs.git'
23

34
target 'DarkSkyKitExample' do

0 commit comments

Comments
 (0)