Skip to content

Commit

Permalink
The AWS Mobile SDK for iOS 2.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yosuke Matsuda committed Jul 9, 2015
1 parent 160b06b commit 352e8dc
Show file tree
Hide file tree
Showing 138 changed files with 9,107 additions and 824 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,5 +1,6 @@
# OS generated files #
######################
.COMPONENT_CACHED
.DS_Store
.DS_Store?
._*
Expand All @@ -25,6 +26,7 @@ xcuserdata
# Built assets #
######################
build
builtFramework
AWS*.framework

# Stuff that can't be committed #
Expand Down
19 changes: 19 additions & 0 deletions AWSAPIGateway.podspec
@@ -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

0 comments on commit 352e8dc

Please sign in to comment.