Skip to content

Commit 176a8a0

Browse files
author
Yosuke Matsuda
committed
The AWS Mobile SDK for iOS 2.1.0.
1 parent ec440f6 commit 176a8a0

File tree

562 files changed

+35816
-20274
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

562 files changed

+35816
-20274
lines changed

AWSAutoScaling.podspec

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = 'AWSAutoScaling'
4+
s.version = '2.1.0'
5+
s.summary = 'Amazon Web Services SDK for iOS.'
6+
7+
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
8+
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.git',
14+
:tag => s.version}
15+
s.requires_arc = true
16+
s.dependency 'AWSCore', '2.1.0'
17+
s.dependency 'Bolts', '~> 1.1.0'
18+
s.dependency 'Mantle', '~> 1.4'
19+
20+
s.source_files = 'AutoScaling/*.{h,m}'
21+
s.resources = ['AutoScaling/Resources/*.json']
22+
end

AWSAutoScaling.xcodeproj/project.pbxproj

Lines changed: 529 additions & 0 deletions
Large diffs are not rendered by default.

AWSAutoScaling.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AWSCloudWatch.podspec

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = 'AWSCloudWatch'
4+
s.version = '2.1.0'
5+
s.summary = 'Amazon Web Services SDK for iOS.'
6+
7+
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
8+
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.git',
14+
:tag => s.version}
15+
s.requires_arc = true
16+
s.dependency 'AWSCore', '2.1.0'
17+
s.dependency 'Bolts', '~> 1.1.0'
18+
s.dependency 'Mantle', '~> 1.4'
19+
20+
s.source_files = 'CloudWatch/*.{h,m}'
21+
s.resources = ['CloudWatch/Resources/*.json']
22+
end

AWSCloudWatch.xcodeproj/project.pbxproj

Lines changed: 529 additions & 0 deletions
Large diffs are not rendered by default.

AWSCloudWatch.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AWSCore.podspec

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Pod::Spec.new do |s|
2+
3+
s.name = 'AWSCore'
4+
s.version = '2.1.0'
5+
s.summary = 'Amazon Web Services SDK for iOS.'
6+
7+
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
8+
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.git',
14+
:tag => s.version}
15+
s.frameworks = 'UIKit', 'Foundation', 'SystemConfiguration'
16+
s.requires_arc = true
17+
s.dependency 'Bolts', '~> 1.1.0'
18+
s.dependency 'Mantle', '~> 1.4'
19+
s.dependency 'XMLDictionary', '~> 1.4.0'
20+
s.dependency 'UICKeyChainStore', '~> 2.0'
21+
s.dependency 'Reachability', '~> 3.1'
22+
s.dependency 'GZIP', '~> 1.0.3'
23+
24+
s.source_files = 'AWSCore/*.{h,m}', 'AWSCore/**/*.{h,m}'
25+
s.resources = ['AWSCore/**/Resources/*.json']
26+
s.private_header_files = 'AWSCore/MobileAnalytics/Internal/*.h'
27+
end

AWSCore.xcodeproj/project.pbxproj

Lines changed: 2044 additions & 0 deletions
Large diffs are not rendered by default.

AWSiOSSDKv2.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to AWSCore.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AWSCore/AWSCore.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
/*
2-
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License").
5-
* You may not use this file except in compliance with the License.
6-
* A copy of the License is located at
7-
*
8-
* http://aws.amazon.com/apache2.0
9-
*
10-
* or in the "license" file accompanying this file. This file is distributed
11-
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12-
* express or implied. See the License for the specific language governing
13-
* permissions and limitations under the License.
1+
/**
2+
Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License").
5+
You may not use this file except in compliance with the License.
6+
A copy of the License is located at
7+
8+
http://aws.amazon.com/apache2.0
9+
10+
or in the "license" file accompanying this file. This file is distributed
11+
on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
express or implied. See the License for the specific language governing
13+
permissions and limitations under the License.
1414
*/
1515

1616
#import <Foundation/Foundation.h>
@@ -24,8 +24,8 @@
2424
#import "AWSCategory.h"
2525
#import "AWSLogging.h"
2626

27-
#import "STS.h"
28-
#import "CognitoIdentity.h"
27+
#import "AWSSTS.h"
28+
#import "AWSCognitoIdentity.h"
2929
#import "MobileAnalytics.h"
3030

31-
#import "Bolts.h"
31+
#import <Bolts/Bolts.h>

0 commit comments

Comments
 (0)