File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ Swift client for darksky.net API
10
10
s . license = { :type => 'MIT' , :file => 'LICENSE' }
11
11
s . author = { 'Caramba.io' => '[email protected] ' }
12
12
s . source = { :git => 'https://github.com/carambalabs/DarkSkyKit.git' , :tag => s . version . to_s }
13
- s . ios . deployment_target = '8.0'
13
+
14
14
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'
18
19
s . tvos . deployment_target = '9.0'
19
20
s . watchos . deployment_target = '2.0'
20
21
end
Original file line number Diff line number Diff line change
1
+ platform :ios , '9.0'
1
2
source 'https://github.com/CocoaPods/Specs.git'
2
3
3
4
target 'DarkSkyKitExample' do
You can’t perform that action at this time.
0 commit comments