-
Notifications
You must be signed in to change notification settings - Fork 891
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yosuke Matsuda
committed
Jul 9, 2015
1 parent
160b06b
commit 352e8dc
Showing
138 changed files
with
9,107 additions
and
824 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = 'AWSAPIGateway' | ||
s.version = '2.2.1' | ||
s.summary = 'Amazon Web Services SDK for iOS.' | ||
|
||
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' | ||
|
||
s.homepage = 'http://aws.amazon.com/sdkforios' | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { 'Amazon Web Services' => 'amazonwebservices' } | ||
s.platform = :ios, '7.0' | ||
s.source = { :git => 'https://github.com/aws/aws-sdk-ios.git', | ||
:tag => s.version} | ||
s.requires_arc = true | ||
s.dependency 'AWSCore', '2.2.1' | ||
|
||
s.source_files = 'AWSAPIGateway/*.{h,m}' | ||
end |
Oops, something went wrong.