diff --git a/ios/predictions.md b/ios/predictions.md index 2d7a00a6b6c..27353779d71 100644 --- a/ios/predictions.md +++ b/ios/predictions.md @@ -134,12 +134,8 @@ Add the dependencies to the `Podfile`: ```ruby target :'YOUR-APP-NAME' do use_frameworks! - pod 'Amplify' - pod 'AmplifyPlugins' - pod 'AWSPluginsCore' pod 'CoreMLPredictionsPlugin' pod 'AWSPredictionsPlugin' - pod 'AWSMobileClient', '~> 2.12.0' end ``` diff --git a/sdk/ios/analytics.md b/sdk/ios/analytics.md index 01211e1a73b..7cbb0311ff6 100755 --- a/sdk/ios/analytics.md +++ b/sdk/ios/analytics.md @@ -101,8 +101,8 @@ platform :ios, '9.0' target 'YourAppName' do use_frameworks! - pod 'AWSPinpoint', '~> 2.12.0' - pod 'AWSMobileClient', '~> 2.12.0' + pod 'AWSPinpoint', '~> 2.13.0' + pod 'AWSMobileClient', '~> 2.13.0' # other pods @@ -363,7 +363,7 @@ For more information about Amazon Kinesis Firehose, see [Amazon Kinesis Firehose Add the following to your `Podfile`: ```ruby -pod 'AWSKinesis', '~> 2.12.0' +pod 'AWSKinesis', '~> 2.13.0' ``` The instructions direct you to import the headers for the services you'll be using. For this example, you need the following import. diff --git a/sdk/ios/api.md b/sdk/ios/api.md index 23bbe0745f2..b256391cbec 100755 --- a/sdk/ios/api.md +++ b/sdk/ios/api.md @@ -976,7 +976,7 @@ Add `AWSAPIGateway` to your Podfile: use_frameworks! # For API - pod 'AWSAPIGateway', '~> 2.12.0' + pod 'AWSAPIGateway', '~> 2.13.0' # other pods end ``` diff --git a/sdk/ios/authentication.md b/sdk/ios/authentication.md index 5df0e71d07e..d608cfb742d 100755 --- a/sdk/ios/authentication.md +++ b/sdk/ios/authentication.md @@ -105,9 +105,9 @@ After initialization in your project directory with `amplify init`, edit your `P ```ruby target 'MyApp' do ##Replace MyApp with your application name use_frameworks! - pod 'AWSMobileClient', '~> 2.12.0' # Required dependency - pod 'AWSAuthUI', '~> 2.12.0' # Optional dependency required to use drop-in UI - pod 'AWSUserPoolsSignIn', '~> 2.12.0' # Optional dependency required to use drop-in UI + pod 'AWSMobileClient', '~> 2.13.0' # Required dependency + pod 'AWSAuthUI', '~> 2.13.0' # Optional dependency required to use drop-in UI + pod 'AWSUserPoolsSignIn', '~> 2.13.0' # Optional dependency required to use drop-in UI end ``` @@ -761,12 +761,12 @@ AWSMobileClient.default().federatedSignIn(providerName: IdentityProvider.develop target 'YOUR-APP-NAME' do use_frameworks! - pod 'AWSFacebookSignIn', '~> 2.12.0' # Add this new dependency - pod 'AWSAuthUI', '~> 2.12.0' # Add this dependency if you have not already added + pod 'AWSFacebookSignIn', '~> 2.13.0' # Add this new dependency + pod 'AWSAuthUI', '~> 2.13.0' # Add this dependency if you have not already added # Other Pod entries - pod 'AWSMobileClient', '~> 2.12.0' - pod 'AWSUserPoolsSignIn', '~> 2.12.0' + pod 'AWSMobileClient', '~> 2.13.0' + pod 'AWSUserPoolsSignIn', '~> 2.13.0' end ``` @@ -831,13 +831,13 @@ Now, your drop-in UI will show a Facebook sign in button which the users can use platform :ios, '9.0' target :'YOUR-APP-NAME' do use_frameworks! - pod 'AWSGoogleSignIn', '~> 2.12.0' # Add this new dependency + pod 'AWSGoogleSignIn', '~> 2.13.0' # Add this new dependency pod 'GoogleSignIn', '~> 4.0' # Add this new dependency - pod 'AWSAuthUI', '~> 2.12.0' # Add this dependency if you have not already added + pod 'AWSAuthUI', '~> 2.13.0' # Add this dependency if you have not already added # Other Pod entries - pod 'AWSMobileClient', '~> 2.12.0' - pod 'AWSUserPoolsSignIn', '~> 2.12.0' + pod 'AWSMobileClient', '~> 2.13.0' + pod 'AWSUserPoolsSignIn', '~> 2.13.0' end ``` diff --git a/sdk/ios/how-to-cognito-integrate-an-existing-identity-pool-ios.md b/sdk/ios/how-to-cognito-integrate-an-existing-identity-pool-ios.md index 8733ed0bcb5..2fd91242487 100755 --- a/sdk/ios/how-to-cognito-integrate-an-existing-identity-pool-ios.md +++ b/sdk/ios/how-to-cognito-integrate-an-existing-identity-pool-ios.md @@ -108,7 +108,7 @@ platform :ios, '9.0' target :'YOUR-APP-NAME' do use_frameworks! - pod 'AWSMobileClient', '~> 2.12.0' + pod 'AWSMobileClient', '~> 2.13.0' # other pods . . . diff --git a/sdk/ios/pubsub.md b/sdk/ios/pubsub.md index fdbba109e70..fc49082202c 100644 --- a/sdk/ios/pubsub.md +++ b/sdk/ios/pubsub.md @@ -26,7 +26,7 @@ The `Podfile` that you configure to install the AWS Mobile SDK must contain the target :'YOUR-APP-NAME' do use_frameworks! - pod 'AWSIoT', '~> 2.12.0' + pod 'AWSIoT', '~> 2.13.0' # other pods end diff --git a/sdk/ios/push-notifications.md b/sdk/ios/push-notifications.md index 241d996e339..31b6c0d2f3c 100755 --- a/sdk/ios/push-notifications.md +++ b/sdk/ios/push-notifications.md @@ -60,9 +60,9 @@ Use the following steps to connect add push notification backend services to you target :'YOUR-APP-NAME' do use_frameworks! - pod 'AWSPinpoint', '~> 2.12.0' + pod 'AWSPinpoint', '~> 2.13.0' # other pods - pod 'AWSMobileClient', '~> 2.12.0' + pod 'AWSMobileClient', '~> 2.13.0' end ``` diff --git a/sdk/ios/storage.md b/sdk/ios/storage.md index ecb320c80f4..8c15d13ae5a 100755 --- a/sdk/ios/storage.md +++ b/sdk/ios/storage.md @@ -84,10 +84,10 @@ Use the following steps to add file storage backend services to your app. target :'YOUR-APP-NAME' do use_frameworks! - pod 'AWSS3', '~> 2.12.0' # For file transfers + pod 'AWSS3', '~> 2.13.0' # For file transfers # other pods . . . - pod 'AWSMobileClient', '~> 2.12.0' + pod 'AWSMobileClient', '~> 2.13.0' end ```