Skip to content

Commit 3dd5f30

Browse files
authored
feat: Update dependencies to support installation via Swift Package Manager (#1146)
1 parent 3f700ac commit 3dd5f30

File tree

12 files changed

+234
-234
lines changed

12 files changed

+234
-234
lines changed

AWSPluginsCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.7.2'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.23.0'
13+
$AWS_SDK_VERSION = '2.23.3'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AWSPredictionsPlugin.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$AMPLIFY_VERSION = '1.7.2'
33
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
44

5-
$AWS_SDK_VERSION = '2.23.0'
5+
$AWS_SDK_VERSION = '2.23.3'
66
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
77

88
Pod::Spec.new do |s|

AmplifyPlugins.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
$AMPLIFY_VERSION = '1.7.2'
1111
$AMPLIFY_RELEASE_TAG = "v#{$AMPLIFY_VERSION}"
1212

13-
$AWS_SDK_VERSION = '2.23.0'
13+
$AWS_SDK_VERSION = '2.23.3'
1414
$OPTIMISTIC_AWS_SDK_VERSION = "~> #{$AWS_SDK_VERSION}"
1515

1616
Pod::Spec.new do |s|

AmplifyPlugins/API/Podfile.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ PODS:
33
- Amplify/Default (= 1.7.2)
44
- Amplify/Default (1.7.2)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.7.2):
6-
- AWSAuthCore (~> 2.23.0)
7-
- AWSCognitoIdentityProvider (~> 2.23.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.23.0)
9-
- AWSCore (~> 2.23.0)
10-
- AWSMobileClient (~> 2.23.0)
6+
- AWSAuthCore (~> 2.23.3)
7+
- AWSCognitoIdentityProvider (~> 2.23.3)
8+
- AWSCognitoIdentityProviderASF (~> 2.23.3)
9+
- AWSCore (~> 2.23.3)
10+
- AWSMobileClient (~> 2.23.3)
1111
- AWSPluginsCore (= 1.7.2)
1212
- AmplifyTestCommon (1.7.2):
1313
- Amplify (= 1.7.2)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.7.2)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.7.2):
1616
- Amplify (= 1.7.2)
17-
- AWSCore (~> 2.23.0)
18-
- AWSMobileClient (~> 2.23.0)
17+
- AWSCore (~> 2.23.3)
18+
- AWSMobileClient (~> 2.23.3)
1919
- AWSPluginsCore (= 1.7.2)
20-
- AppSyncRealTimeClient (1.4.3):
21-
- Starscream (~> 3.1.0)
22-
- AWSAuthCore (2.23.2):
23-
- AWSCore (= 2.23.2)
24-
- AWSCognitoIdentityProvider (2.23.2):
25-
- AWSCognitoIdentityProviderASF (= 2.23.2)
26-
- AWSCore (= 2.23.2)
27-
- AWSCognitoIdentityProviderASF (2.23.2)
28-
- AWSCore (2.23.2)
29-
- AWSMobileClient (2.23.2):
30-
- AWSAuthCore (= 2.23.2)
31-
- AWSCognitoIdentityProvider (= 2.23.2)
32-
- AWSCognitoIdentityProviderASF (= 2.23.2)
33-
- AWSCore (= 2.23.2)
20+
- AppSyncRealTimeClient (1.4.4):
21+
- Starscream (~> 3.1.1)
22+
- AWSAuthCore (2.23.3):
23+
- AWSCore (= 2.23.3)
24+
- AWSCognitoIdentityProvider (2.23.3):
25+
- AWSCognitoIdentityProviderASF (= 2.23.3)
26+
- AWSCore (= 2.23.3)
27+
- AWSCognitoIdentityProviderASF (2.23.3)
28+
- AWSCore (2.23.3)
29+
- AWSMobileClient (2.23.3):
30+
- AWSAuthCore (= 2.23.3)
31+
- AWSCognitoIdentityProvider (= 2.23.3)
32+
- AWSCognitoIdentityProviderASF (= 2.23.3)
33+
- AWSCore (= 2.23.3)
3434
- AWSPluginsCore (1.7.2):
3535
- Amplify (= 1.7.2)
36-
- AWSCore (~> 2.23.0)
36+
- AWSCore (~> 2.23.3)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
@@ -46,7 +46,7 @@ DEPENDENCIES:
4646
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
4747
- AmplifyTestCommon (from `../../`)
4848
- AppSyncRealTimeClient (~> 1.4.0)
49-
- AWSMobileClient (~> 2.23.0)
49+
- AWSMobileClient (~> 2.23.3)
5050
- AWSPluginsCore (from `../../`)
5151
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5252
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -91,15 +91,15 @@ CHECKOUT OPTIONS:
9191

9292
SPEC CHECKSUMS:
9393
Amplify: 254e40b21406cd8fb578cbeb96ce4921b996598e
94-
AmplifyPlugins: 5f3a4bc1bf725d225129b55be304287817c49a1f
95-
AmplifyTestCommon: e5a9bb910fd83905a7b91f95048e542c4e785bd7
96-
AppSyncRealTimeClient: 04df4dffe57cfbd06da336d0bfcd5641ba9adcb5
97-
AWSAuthCore: 59770d4c2c1b3dbb183b95d1867e3584b4816e54
98-
AWSCognitoIdentityProvider: 5bd6988ea7c8f9ee43151e19bdd8e803558ad45f
99-
AWSCognitoIdentityProviderASF: 30ccb19228b6e743805bf15a72278ca9f399bc21
100-
AWSCore: 70f79e95ee30f8eefa7122391d76ace516778f22
101-
AWSMobileClient: 54fd215e76e34a8edb3cb1199788a69543cebc95
102-
AWSPluginsCore: 13d0f6c3a0af58a8f219c735048cdcc4222741f8
94+
AmplifyPlugins: 70b54f32d73aafa9800421dbc044bb59451b05c1
95+
AmplifyTestCommon: b35b276605edff93cb17bb104f32d6cdfefdb3b6
96+
AppSyncRealTimeClient: 4479354d262a23d2cc9fea1760f3815b75a4091a
97+
AWSAuthCore: 2aaf8dec7f50e3f7606857bdca0db9263faed0c5
98+
AWSCognitoIdentityProvider: fcd9b00fec0ef5ac6768548af948ad033b52da98
99+
AWSCognitoIdentityProviderASF: 719578cca39b3233bd67e656bdf04d409e8fc255
100+
AWSCore: c60e635b1a61cb27b6dfff646ce9f402be870b62
101+
AWSMobileClient: bdfc148fc11b846331f2bec4a7063c95e66c329e
102+
AWSPluginsCore: 98c2faa78b51580b4af440d2f01533fa1c9674fb
103103
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
104104
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
105105
Starscream: 4bb2f9942274833f7b4d296a55504dcfc7edb7b0
@@ -108,4 +108,4 @@ SPEC CHECKSUMS:
108108

109109
PODFILE CHECKSUM: 857e4ea8246683593b8a7db77014aeb7340c15a5
110110

111-
COCOAPODS: 1.9.3
111+
COCOAPODS: 1.10.1

AmplifyPlugins/Analytics/Podfile.lock

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,37 @@ PODS:
33
- Amplify/Default (= 1.7.2)
44
- Amplify/Default (1.7.2)
55
- AmplifyPlugins/AWSCognitoAuthPlugin (1.7.2):
6-
- AWSAuthCore (~> 2.23.0)
7-
- AWSCognitoIdentityProvider (~> 2.23.0)
8-
- AWSCognitoIdentityProviderASF (~> 2.23.0)
9-
- AWSCore (~> 2.23.0)
10-
- AWSMobileClient (~> 2.23.0)
6+
- AWSAuthCore (~> 2.23.3)
7+
- AWSCognitoIdentityProvider (~> 2.23.3)
8+
- AWSCognitoIdentityProviderASF (~> 2.23.3)
9+
- AWSCore (~> 2.23.3)
10+
- AWSMobileClient (~> 2.23.3)
1111
- AWSPluginsCore (= 1.7.2)
1212
- AmplifyTestCommon (1.7.2):
1313
- Amplify (= 1.7.2)
1414
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.7.2)
1515
- AmplifyTestCommon/AWSPluginsTestCommon (1.7.2):
1616
- Amplify (= 1.7.2)
17-
- AWSCore (~> 2.23.0)
18-
- AWSMobileClient (~> 2.23.0)
17+
- AWSCore (~> 2.23.3)
18+
- AWSMobileClient (~> 2.23.3)
1919
- AWSPluginsCore (= 1.7.2)
20-
- AWSAuthCore (2.23.2):
21-
- AWSCore (= 2.23.2)
22-
- AWSCognitoIdentityProvider (2.23.2):
23-
- AWSCognitoIdentityProviderASF (= 2.23.2)
24-
- AWSCore (= 2.23.2)
25-
- AWSCognitoIdentityProviderASF (2.23.2)
26-
- AWSCore (2.23.2)
27-
- AWSMobileClient (2.23.2):
28-
- AWSAuthCore (= 2.23.2)
29-
- AWSCognitoIdentityProvider (= 2.23.2)
30-
- AWSCognitoIdentityProviderASF (= 2.23.2)
31-
- AWSCore (= 2.23.2)
32-
- AWSPinpoint (2.23.2):
33-
- AWSCore (= 2.23.2)
20+
- AWSAuthCore (2.23.3):
21+
- AWSCore (= 2.23.3)
22+
- AWSCognitoIdentityProvider (2.23.3):
23+
- AWSCognitoIdentityProviderASF (= 2.23.3)
24+
- AWSCore (= 2.23.3)
25+
- AWSCognitoIdentityProviderASF (2.23.3)
26+
- AWSCore (2.23.3)
27+
- AWSMobileClient (2.23.3):
28+
- AWSAuthCore (= 2.23.3)
29+
- AWSCognitoIdentityProvider (= 2.23.3)
30+
- AWSCognitoIdentityProviderASF (= 2.23.3)
31+
- AWSCore (= 2.23.3)
32+
- AWSPinpoint (2.23.3):
33+
- AWSCore (= 2.23.3)
3434
- AWSPluginsCore (1.7.2):
3535
- Amplify (= 1.7.2)
36-
- AWSCore (~> 2.23.0)
36+
- AWSCore (~> 2.23.3)
3737
- CwlCatchException (1.0.2)
3838
- CwlPreconditionTesting (1.1.1):
3939
- CwlCatchException
@@ -44,7 +44,7 @@ DEPENDENCIES:
4444
- Amplify (from `../../`)
4545
- AmplifyPlugins/AWSCognitoAuthPlugin (from `../../`)
4646
- AmplifyTestCommon (from `../../`)
47-
- AWSPinpoint (~> 2.23.0)
47+
- AWSPinpoint (~> 2.23.3)
4848
- AWSPluginsCore (from `../../`)
4949
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
5050
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -88,20 +88,20 @@ CHECKOUT OPTIONS:
8888

8989
SPEC CHECKSUMS:
9090
Amplify: 254e40b21406cd8fb578cbeb96ce4921b996598e
91-
AmplifyPlugins: 5f3a4bc1bf725d225129b55be304287817c49a1f
92-
AmplifyTestCommon: e5a9bb910fd83905a7b91f95048e542c4e785bd7
93-
AWSAuthCore: 59770d4c2c1b3dbb183b95d1867e3584b4816e54
94-
AWSCognitoIdentityProvider: 5bd6988ea7c8f9ee43151e19bdd8e803558ad45f
95-
AWSCognitoIdentityProviderASF: 30ccb19228b6e743805bf15a72278ca9f399bc21
96-
AWSCore: 70f79e95ee30f8eefa7122391d76ace516778f22
97-
AWSMobileClient: 54fd215e76e34a8edb3cb1199788a69543cebc95
98-
AWSPinpoint: 029f14a743b94d105a6f41ee62cd0240346e7266
99-
AWSPluginsCore: 13d0f6c3a0af58a8f219c735048cdcc4222741f8
91+
AmplifyPlugins: 70b54f32d73aafa9800421dbc044bb59451b05c1
92+
AmplifyTestCommon: b35b276605edff93cb17bb104f32d6cdfefdb3b6
93+
AWSAuthCore: 2aaf8dec7f50e3f7606857bdca0db9263faed0c5
94+
AWSCognitoIdentityProvider: fcd9b00fec0ef5ac6768548af948ad033b52da98
95+
AWSCognitoIdentityProviderASF: 719578cca39b3233bd67e656bdf04d409e8fc255
96+
AWSCore: c60e635b1a61cb27b6dfff646ce9f402be870b62
97+
AWSMobileClient: bdfc148fc11b846331f2bec4a7063c95e66c329e
98+
AWSPinpoint: 72c99dbf5c37464f87cbf4515d6d027c996ddc96
99+
AWSPluginsCore: 98c2faa78b51580b4af440d2f01533fa1c9674fb
100100
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
101101
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
102102
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
103103
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
104104

105105
PODFILE CHECKSUM: 48d1574dddce5cef7bdb7b05b06fc588ee22956e
106106

107-
COCOAPODS: 1.9.3
107+
COCOAPODS: 1.10.1

AmplifyPlugins/Auth/Podfile.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ PODS:
77
- AmplifyTestCommon/AWSPluginsTestCommon (= 1.7.2)
88
- AmplifyTestCommon/AWSPluginsTestCommon (1.7.2):
99
- Amplify (= 1.7.2)
10-
- AWSCore (~> 2.23.0)
11-
- AWSMobileClient (~> 2.23.0)
10+
- AWSCore (~> 2.23.3)
11+
- AWSMobileClient (~> 2.23.3)
1212
- AWSPluginsCore (= 1.7.2)
13-
- AWSAuthCore (2.23.2):
14-
- AWSCore (= 2.23.2)
15-
- AWSCognitoIdentityProvider (2.23.2):
16-
- AWSCognitoIdentityProviderASF (= 2.23.2)
17-
- AWSCore (= 2.23.2)
18-
- AWSCognitoIdentityProviderASF (2.23.2)
19-
- AWSCore (2.23.2)
20-
- AWSMobileClient (2.23.2):
21-
- AWSAuthCore (= 2.23.2)
22-
- AWSCognitoIdentityProvider (= 2.23.2)
23-
- AWSCognitoIdentityProviderASF (= 2.23.2)
24-
- AWSCore (= 2.23.2)
13+
- AWSAuthCore (2.23.3):
14+
- AWSCore (= 2.23.3)
15+
- AWSCognitoIdentityProvider (2.23.3):
16+
- AWSCognitoIdentityProviderASF (= 2.23.3)
17+
- AWSCore (= 2.23.3)
18+
- AWSCognitoIdentityProviderASF (2.23.3)
19+
- AWSCore (2.23.3)
20+
- AWSMobileClient (2.23.3):
21+
- AWSAuthCore (= 2.23.3)
22+
- AWSCognitoIdentityProvider (= 2.23.3)
23+
- AWSCognitoIdentityProviderASF (= 2.23.3)
24+
- AWSCore (= 2.23.3)
2525
- AWSPluginsCore (1.7.2):
2626
- Amplify (= 1.7.2)
27-
- AWSCore (~> 2.23.0)
27+
- AWSCore (~> 2.23.3)
2828
- CwlCatchException (1.0.2)
2929
- CwlPreconditionTesting (1.1.1):
3030
- CwlCatchException
@@ -34,7 +34,7 @@ PODS:
3434
DEPENDENCIES:
3535
- Amplify (from `../../`)
3636
- AmplifyTestCommon (from `../../`)
37-
- AWSMobileClient (~> 2.23.0)
37+
- AWSMobileClient (~> 2.23.3)
3838
- AWSPluginsCore (from `../../`)
3939
- CwlCatchException (from `https://github.com/mattgallagher/CwlCatchException.git`, tag `1.2.0`)
4040
- CwlPreconditionTesting (from `https://github.com/mattgallagher/CwlPreconditionTesting.git`, tag `1.2.0`)
@@ -75,18 +75,18 @@ CHECKOUT OPTIONS:
7575

7676
SPEC CHECKSUMS:
7777
Amplify: 254e40b21406cd8fb578cbeb96ce4921b996598e
78-
AmplifyTestCommon: e5a9bb910fd83905a7b91f95048e542c4e785bd7
79-
AWSAuthCore: 59770d4c2c1b3dbb183b95d1867e3584b4816e54
80-
AWSCognitoIdentityProvider: 5bd6988ea7c8f9ee43151e19bdd8e803558ad45f
81-
AWSCognitoIdentityProviderASF: 30ccb19228b6e743805bf15a72278ca9f399bc21
82-
AWSCore: 70f79e95ee30f8eefa7122391d76ace516778f22
83-
AWSMobileClient: 54fd215e76e34a8edb3cb1199788a69543cebc95
84-
AWSPluginsCore: 13d0f6c3a0af58a8f219c735048cdcc4222741f8
78+
AmplifyTestCommon: b35b276605edff93cb17bb104f32d6cdfefdb3b6
79+
AWSAuthCore: 2aaf8dec7f50e3f7606857bdca0db9263faed0c5
80+
AWSCognitoIdentityProvider: fcd9b00fec0ef5ac6768548af948ad033b52da98
81+
AWSCognitoIdentityProviderASF: 719578cca39b3233bd67e656bdf04d409e8fc255
82+
AWSCore: c60e635b1a61cb27b6dfff646ce9f402be870b62
83+
AWSMobileClient: bdfc148fc11b846331f2bec4a7063c95e66c329e
84+
AWSPluginsCore: 98c2faa78b51580b4af440d2f01533fa1c9674fb
8585
CwlCatchException: 70a52ae44ea5d46db7bd385f801a94942420cd8c
8686
CwlPreconditionTesting: d33a4e4f285c0b885fddcae5dfedfbb34d4f3961
8787
SwiftFormat: 3b5caa6389b2b9adbc00e133b3ccc8c6e687a6a4
8888
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
8989

9090
PODFILE CHECKSUM: 371cf67fe35ebb5167d0880bad12b01618a0fb0e
9191

92-
COCOAPODS: 1.9.3
92+
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)