We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461925f commit 917a3c1Copy full SHA for 917a3c1
CognitoYourUserPools-Sample/Objective-C/Podfile
@@ -4,6 +4,6 @@ platform :ios, '8.0'
4
use_frameworks!
5
6
target 'CognitoYourUserPoolsSample' do
7
- pod 'AWSCore', '~> 2.4.16'
8
- pod 'AWSCognitoIdentityProvider', '~> 2.4.16'
+ pod 'AWSCore', '~> 2.6.6'
+ pod 'AWSCognitoIdentityProvider', '~> 2.6.6'
9
end
CognitoYourUserPools-Sample/Swift/Podfile
- pod 'AWSCore', '~> 2.5.0'
- pod 'AWSCognitoIdentityProvider', '~> 2.5.0'
0 commit comments