Skip to content

Commit 917a3c1

Browse files
committed
Updated pod specs to point at 2.6+ SDKs
1 parent 461925f commit 917a3c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CognitoYourUserPools-Sample/Objective-C/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, '8.0'
44
use_frameworks!
55

66
target 'CognitoYourUserPoolsSample' do
7-
pod 'AWSCore', '~> 2.4.16'
8-
pod 'AWSCognitoIdentityProvider', '~> 2.4.16'
7+
pod 'AWSCore', '~> 2.6.6'
8+
pod 'AWSCognitoIdentityProvider', '~> 2.6.6'
99
end

CognitoYourUserPools-Sample/Swift/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ platform :ios, '8.0'
44
use_frameworks!
55

66
target 'CognitoYourUserPoolsSample' do
7-
pod 'AWSCore', '~> 2.5.0'
8-
pod 'AWSCognitoIdentityProvider', '~> 2.5.0'
7+
pod 'AWSCore', '~> 2.6.6'
8+
pod 'AWSCognitoIdentityProvider', '~> 2.6.6'
99
end

0 commit comments

Comments
 (0)