Skip to content

Commit 5de633f

Browse files
committedAug 24, 2014
Change podspec to OS X
1 parent 38cea0e commit 5de633f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎AWSiOSSDKv2.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Pod::Spec.new do |s|
99
s.homepage = 'http://aws.amazon.com/sdkforios'
1010
s.license = 'Apache License, Version 2.0'
1111
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',
12+
s.platform = :osx, '10.9'
13+
s.source = { :git => 'https://github.com/wrs/aws-sdk-ios-v2.git',
1414
:tag => s.version}
15-
s.frameworks = 'UIKit','Foundation','SystemConfiguration'
15+
s.frameworks = 'Cocoa','Foundation','SystemConfiguration'
1616
s.library = 'sqlite3','z'
1717

1818
s.dependency 'Bolts', '~> 1.1.0'

0 commit comments

Comments
 (0)
Please sign in to comment.