Skip to content

Commit 4ec5448

Browse files
author
AWS
committed
The AWS Mobile SDK for iOS 2.5.3.
1 parent 9cf16db commit 4ec5448

File tree

120 files changed

+8454
-233
lines changed

Some content is hidden

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

120 files changed

+8454
-233
lines changed

AWSAPIGateway.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'AWSAPIGateway'
4-
s.version = '2.5.2'
4+
s.version = '2.5.3'
55
s.summary = 'Amazon Web Services SDK for iOS.'
66

77
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source = { :git => 'https://github.com/aws/aws-sdk-ios.git',
1414
:tag => s.version}
1515
s.requires_arc = true
16-
s.dependency 'AWSCore', '2.5.2'
16+
s.dependency 'AWSCore', '2.5.3'
1717

1818
s.source_files = 'AWSAPIGateway/*.{h,m}'
1919
end

AWSAPIGateway/AWSAPIGatewayClient.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ typedef NS_ENUM(NSInteger, AWSAPIGatewayErrorType) {
3434

3535
@interface AWSAPIGatewayClient : NSObject
3636

37-
@property (nonatomic, strong, readonly) AWSServiceConfiguration *configuration;
37+
@property (nonatomic, strong) AWSServiceConfiguration *configuration;
3838

3939
@property (nonatomic, strong, nullable) NSString *APIKey;
4040

AWSAPIGateway/AWSAPIGatewayClient.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,12 @@
2323

2424
static NSString *const AWSAPIGatewayAPIKeyHeader = @"x-api-key";
2525

26-
static NSString *const AWSAPIGatewaySDKVersion = @"2.5.2";
26+
static NSString *const AWSAPIGatewaySDKVersion = @"2.5.3";
2727

2828
static int defaultChunkSize = 1024;
2929

3030
@interface AWSAPIGatewayClient()
3131

32-
@property (nonatomic, strong) AWSServiceConfiguration *configuration;
33-
3432
// Networking
3533
@property (nonatomic, strong) NSURLSession *session;
3634

AWSAPIGateway/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.5.2</string>
18+
<string>2.5.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

AWSAPIGatewayTests/AWSLambdaMicroserviceClient.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@ - (AWSTask *)invokeHTTPRequest:(NSString *)HTTPMethod
4242

4343
@end
4444

45-
@interface AWSLambdaMicroserviceClient()
46-
47-
@property (nonatomic, strong) AWSServiceConfiguration *configuration;
48-
49-
@end
50-
5145
@interface AWSServiceConfiguration()
5246

5347
@property (nonatomic, strong) AWSEndpoint *endpoint;

AWSAPIGatewayUnitTests/AWSAPIGatewayUnitTests.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
@interface AWSAPIGatewayClient()
2121

22-
@property (nonatomic, strong) AWSServiceConfiguration *configuration;
23-
2422
- (NSURL *)requestURL:(NSString *)URLString query:(NSDictionary *)query URLPathComponentsDictionary:(NSDictionary *)URLPathComponentsDictionary;
2523

2624
@end

AWSAutoScaling.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSAutoScaling'
3-
s.version = '2.5.2'
3+
s.version = '2.5.3'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.source = { :git => 'https://github.com/aws/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.5.2'
15+
s.dependency 'AWSCore', '2.5.3'
1616
s.source_files = 'AWSAutoScaling/*.{h,m}'
1717
end

AWSAutoScaling/AWSAutoScalingService.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#import "AWSAutoScalingResources.h"
2727

2828
static NSString *const AWSInfoAutoScaling = @"AutoScaling";
29-
static NSString *const AWSAutoScalingSDKVersion = @"2.5.2";
29+
static NSString *const AWSAutoScalingSDKVersion = @"2.5.3";
3030

3131

3232
@interface AWSAutoScalingResponseSerializer : AWSXMLResponseSerializer

AWSAutoScaling/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.5.2</string>
18+
<string>2.5.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

AWSCloudWatch.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AWSCloudWatch'
3-
s.version = '2.5.2'
3+
s.version = '2.5.3'
44
s.summary = 'Amazon Web Services SDK for iOS.'
55

66
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.source = { :git => 'https://github.com/aws/aws-sdk-ios.git',
1313
:tag => s.version}
1414
s.requires_arc = true
15-
s.dependency 'AWSCore', '2.5.2'
15+
s.dependency 'AWSCore', '2.5.3'
1616
s.source_files = 'AWSCloudWatch/*.{h,m}'
1717
end

0 commit comments

Comments
 (0)