Skip to content

Commit

Permalink
chore(datastore): upgrade amplify-ios to cpk preview version
Browse files Browse the repository at this point in the history
  • Loading branch information
HuiSF committed Jul 19, 2022
1 parent b3a1467 commit b9afc16
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '1.25.0'
s.dependency 'AWSPluginsCore', '1.25.0'
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.25.0'
s.dependency 'Amplify', '1.27.1-cpk.1'
s.dependency 'AWSPluginsCore', '1.27.1-cpk.1'
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.27.1-cpk.1'
s.dependency 'amplify_core'
s.dependency 'SwiftLint'
s.dependency 'SwiftFormat/CLI'
Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore/ios/amplify_datastore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The DataStore module for Amplify Flutter.
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '1.25.0'
s.dependency 'AmplifyPlugins/AWSDataStorePlugin', '1.25.0'
s.dependency 'Amplify', '1.27.1-cpk.1'
s.dependency 'AmplifyPlugins/AWSDataStorePlugin', '1.27.1-cpk.1'
s.dependency 'amplify_core'
s.platform = :ios, '13.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ This code is the iOS part of the Amplify Flutter Pinpoint Analytics Plugin. The
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '1.25.0'
s.dependency 'AmplifyPlugins/AWSPinpointAnalyticsPlugin', '1.25.0'
s.dependency 'Amplify', '1.27.1-cpk.1'
s.dependency 'AmplifyPlugins/AWSPinpointAnalyticsPlugin', '1.27.1-cpk.1'
s.dependency 'amplify_core'
s.platform = :ios, '11.0'

Expand Down
4 changes: 2 additions & 2 deletions packages/api/amplify_api_ios/ios/amplify_api_ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The API module for Amplify Flutter.
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '1.25.0'
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '1.25.0'
s.dependency 'Amplify', '1.27.1-cpk.1'
s.dependency 'AmplifyPlugins/AWSAPIPlugin', '1.27.1-cpk.1'
s.dependency 'amplify_core'
s.platform = :ios, '11.0'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/aws-amplify/amplify-flutter.git' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '1.25.0'
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.25.0'
s.dependency 'Amplify', '1.27.1-cpk.1'
s.dependency 'AmplifyPlugins/AWSCognitoAuthPlugin', '1.27.1-cpk.1'
s.dependency 'ObjectMapper'
s.dependency 'amplify_core'
s.platform = :ios, '11.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'Amplify', '1.25.0'
s.dependency 'AmplifyPlugins/AWSS3StoragePlugin', '1.25.0'
s.dependency 'Amplify', '1.27.1-cpk.1'
s.dependency 'AmplifyPlugins/AWSS3StoragePlugin', '1.27.1-cpk.1'
s.dependency 'amplify_core'
s.platform = :ios, '11.0'

Expand Down

0 comments on commit b9afc16

Please sign in to comment.