We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cea0e commit 5de633fCopy full SHA for 5de633f
AWSiOSSDKv2.podspec
@@ -9,10 +9,10 @@ Pod::Spec.new do |s|
9
s.homepage = 'http://aws.amazon.com/sdkforios'
10
s.license = 'Apache License, Version 2.0'
11
s.author = { 'Amazon Web Services' => 'amazonwebservices' }
12
- s.platform = :ios, '7.0'
13
- s.source = { :git => 'https://github.com/aws/aws-sdk-ios-v2.git',
+ s.platform = :osx, '10.9'
+ s.source = { :git => 'https://github.com/wrs/aws-sdk-ios-v2.git',
14
:tag => s.version}
15
- s.frameworks = 'UIKit','Foundation','SystemConfiguration'
+ s.frameworks = 'Cocoa','Foundation','SystemConfiguration'
16
s.library = 'sqlite3','z'
17
18
s.dependency 'Bolts', '~> 1.1.0'
0 commit comments