Skip to content

Commit

Permalink
Update Podspec to change some target dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
sergigracia committed Oct 26, 2016
1 parent f41b089 commit 3549598
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions DarkSkyKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ Swift client for darksky.net API
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Caramba.io' => '[email protected]' }
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
1 change: 1 addition & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'

target 'DarkSkyKitExample' do
Expand Down

0 comments on commit 3549598

Please sign in to comment.