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 6b13954 commit c4b9ea5Copy full SHA for c4b9ea5
AmplifyPlugins/DataStore/Podfile
@@ -8,7 +8,7 @@ include_build_tools!
8
target 'AWSDataStoreCategoryPlugin' do
9
pod 'Amplify', :path => '../../'
10
pod 'AWSPluginsCore', :path => '../../'
11
- pod "SQLite.swift", "0.12.2"
+ pod "SQLite.swift", "0.13.0"
12
13
target "AWSDataStoreCategoryPluginTests" do
14
inherit! :complete
@@ -38,4 +38,4 @@ target "HostApp" do
38
pod 'AmplifyPlugins/AWSAPIPlugin', :path => '../../'
39
pod 'AmplifyPlugins/AWSCognitoAuthPlugin', :path => '../../'
40
end
41
-end
+end
0 commit comments