Skip to content

Commit e16ac4d

Browse files
committed
deps: Update CocoaPods pods (tools/upgrade pod)
1 parent 782bc31 commit e16ac4d

File tree

2 files changed

+56
-40
lines changed

2 files changed

+56
-40
lines changed

ios/Podfile.lock

+31-23
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ PODS:
5353
- FirebaseCoreInternal (~> 10.0)
5454
- GoogleUtilities/Environment (~> 7.12)
5555
- GoogleUtilities/Logger (~> 7.12)
56-
- FirebaseCoreInternal (10.21.0):
56+
- FirebaseCoreInternal (10.23.0):
5757
- "GoogleUtilities/NSData+zlib (~> 7.8)"
58-
- FirebaseInstallations (10.21.0):
58+
- FirebaseInstallations (10.23.0):
5959
- FirebaseCore (~> 10.0)
6060
- GoogleUtilities/Environment (~> 7.8)
6161
- GoogleUtilities/UserDefaults (~> 7.8)
@@ -72,27 +72,35 @@ PODS:
7272
- Flutter (1.0.0)
7373
- flutter_local_notifications (0.0.1):
7474
- Flutter
75-
- GoogleDataTransport (9.3.0):
75+
- GoogleDataTransport (9.4.1):
7676
- GoogleUtilities/Environment (~> 7.7)
77-
- nanopb (< 2.30910.0, >= 2.30908.0)
77+
- nanopb (< 2.30911.0, >= 2.30908.0)
7878
- PromisesObjC (< 3.0, >= 1.2)
79-
- GoogleUtilities/AppDelegateSwizzler (7.12.0):
79+
- GoogleUtilities/AppDelegateSwizzler (7.13.0):
8080
- GoogleUtilities/Environment
8181
- GoogleUtilities/Logger
8282
- GoogleUtilities/Network
83-
- GoogleUtilities/Environment (7.12.0):
83+
- GoogleUtilities/Privacy
84+
- GoogleUtilities/Environment (7.13.0):
85+
- GoogleUtilities/Privacy
8486
- PromisesObjC (< 3.0, >= 1.2)
85-
- GoogleUtilities/Logger (7.12.0):
87+
- GoogleUtilities/Logger (7.13.0):
8688
- GoogleUtilities/Environment
87-
- GoogleUtilities/Network (7.12.0):
89+
- GoogleUtilities/Privacy
90+
- GoogleUtilities/Network (7.13.0):
8891
- GoogleUtilities/Logger
8992
- "GoogleUtilities/NSData+zlib"
93+
- GoogleUtilities/Privacy
9094
- GoogleUtilities/Reachability
91-
- "GoogleUtilities/NSData+zlib (7.12.0)"
92-
- GoogleUtilities/Reachability (7.12.0):
95+
- "GoogleUtilities/NSData+zlib (7.13.0)":
96+
- GoogleUtilities/Privacy
97+
- GoogleUtilities/Privacy (7.13.0)
98+
- GoogleUtilities/Reachability (7.13.0):
9399
- GoogleUtilities/Logger
94-
- GoogleUtilities/UserDefaults (7.12.0):
100+
- GoogleUtilities/Privacy
101+
- GoogleUtilities/UserDefaults (7.13.0):
95102
- GoogleUtilities/Logger
103+
- GoogleUtilities/Privacy
96104
- image_picker_ios (0.0.1):
97105
- Flutter
98106
- integration_test (0.0.1):
@@ -107,10 +115,10 @@ PODS:
107115
- path_provider_foundation (0.0.1):
108116
- Flutter
109117
- FlutterMacOS
110-
- PromisesObjC (2.3.1)
111-
- SDWebImage (5.18.11):
112-
- SDWebImage/Core (= 5.18.11)
113-
- SDWebImage/Core (5.18.11)
118+
- PromisesObjC (2.4.0)
119+
- SDWebImage (5.19.1):
120+
- SDWebImage/Core (= 5.19.1)
121+
- SDWebImage/Core (5.19.1)
114122
- share_plus (0.0.1):
115123
- Flutter
116124
- sqlite3 (3.45.1):
@@ -128,7 +136,7 @@ PODS:
128136
- sqlite3/fts5
129137
- sqlite3/perf-threadsafe
130138
- sqlite3/rtree
131-
- SwiftyGif (5.4.4)
139+
- SwiftyGif (5.4.5)
132140
- url_launcher_ios (0.0.1):
133141
- Flutter
134142

@@ -205,24 +213,24 @@ SPEC CHECKSUMS:
205213
firebase_core: a46c312d8bae4defa3d009b2aa7b5b413aeb394e
206214
firebase_messaging: 40d7dd2f3e88a6367c7326cf601f84633d477582
207215
FirebaseCore: 28045c1560a2600d284b9c45a904fe322dc890b6
208-
FirebaseCoreInternal: 43c1788eaeee9d1b97caaa751af567ce11010d00
209-
FirebaseInstallations: 390ea1d10a4d02b20c965cbfd527ee9b3b412acb
216+
FirebaseCoreInternal: 6a292e6f0bece1243a737e81556e56e5e19282e3
217+
FirebaseInstallations: 42d6ead4605d6eafb3b6683674e80e18eb6f2c35
210218
FirebaseMessaging: 06c414a21b122396a26847c523d5c370f8325df5
211219
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
212220
flutter_local_notifications: 4cde75091f6327eb8517fa068a0a5950212d2086
213-
GoogleDataTransport: 57c22343ab29bc686febbf7cbb13bad167c2d8fe
214-
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
221+
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
222+
GoogleUtilities: d053d902a8edaa9904e1bd00c37535385b8ed152
215223
image_picker_ios: 99dfe1854b4fa34d0364e74a78448a0151025425
216224
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
217225
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
218226
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
219227
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
220-
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
221-
SDWebImage: a3ba0b8faac7228c3c8eadd1a55c9c9fe5e16457
228+
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
229+
SDWebImage: 40b0b4053e36c660a764958bff99eed16610acbb
222230
share_plus: c3fef564749587fc939ef86ffb283ceac0baf9f5
223231
sqlite3: 73b7fc691fdc43277614250e04d183740cb15078
224232
sqlite3_flutter_libs: af0e8fe9bce48abddd1ffdbbf839db0302d72d80
225-
SwiftyGif: 93a1cc87bf3a51916001cf8f3d63835fb64c819f
233+
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
226234
url_launcher_ios: bbd758c6e7f9fd7b5b1d4cde34d2b95fcce5e812
227235

228236
PODFILE CHECKSUM: 6998435987a000fdec9b2e1b5b1eef6d54bdba77

macos/Podfile.lock

+25-17
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ PODS:
2020
- FirebaseCoreInternal (~> 10.0)
2121
- GoogleUtilities/Environment (~> 7.12)
2222
- GoogleUtilities/Logger (~> 7.12)
23-
- FirebaseCoreInternal (10.21.0):
23+
- FirebaseCoreInternal (10.23.0):
2424
- "GoogleUtilities/NSData+zlib (~> 7.8)"
25-
- FirebaseInstallations (10.21.0):
25+
- FirebaseInstallations (10.23.0):
2626
- FirebaseCore (~> 10.0)
2727
- GoogleUtilities/Environment (~> 7.8)
2828
- GoogleUtilities/UserDefaults (~> 7.8)
@@ -39,27 +39,35 @@ PODS:
3939
- flutter_local_notifications (0.0.1):
4040
- FlutterMacOS
4141
- FlutterMacOS (1.0.0)
42-
- GoogleDataTransport (9.3.0):
42+
- GoogleDataTransport (9.4.1):
4343
- GoogleUtilities/Environment (~> 7.7)
44-
- nanopb (< 2.30910.0, >= 2.30908.0)
44+
- nanopb (< 2.30911.0, >= 2.30908.0)
4545
- PromisesObjC (< 3.0, >= 1.2)
46-
- GoogleUtilities/AppDelegateSwizzler (7.12.0):
46+
- GoogleUtilities/AppDelegateSwizzler (7.13.0):
4747
- GoogleUtilities/Environment
4848
- GoogleUtilities/Logger
4949
- GoogleUtilities/Network
50-
- GoogleUtilities/Environment (7.12.0):
50+
- GoogleUtilities/Privacy
51+
- GoogleUtilities/Environment (7.13.0):
52+
- GoogleUtilities/Privacy
5153
- PromisesObjC (< 3.0, >= 1.2)
52-
- GoogleUtilities/Logger (7.12.0):
54+
- GoogleUtilities/Logger (7.13.0):
5355
- GoogleUtilities/Environment
54-
- GoogleUtilities/Network (7.12.0):
56+
- GoogleUtilities/Privacy
57+
- GoogleUtilities/Network (7.13.0):
5558
- GoogleUtilities/Logger
5659
- "GoogleUtilities/NSData+zlib"
60+
- GoogleUtilities/Privacy
5761
- GoogleUtilities/Reachability
58-
- "GoogleUtilities/NSData+zlib (7.12.0)"
59-
- GoogleUtilities/Reachability (7.12.0):
62+
- "GoogleUtilities/NSData+zlib (7.13.0)":
63+
- GoogleUtilities/Privacy
64+
- GoogleUtilities/Privacy (7.13.0)
65+
- GoogleUtilities/Reachability (7.13.0):
6066
- GoogleUtilities/Logger
61-
- GoogleUtilities/UserDefaults (7.12.0):
67+
- GoogleUtilities/Privacy
68+
- GoogleUtilities/UserDefaults (7.13.0):
6269
- GoogleUtilities/Logger
70+
- GoogleUtilities/Privacy
6371
- nanopb (2.30909.1):
6472
- nanopb/decode (= 2.30909.1)
6573
- nanopb/encode (= 2.30909.1)
@@ -70,7 +78,7 @@ PODS:
7078
- path_provider_foundation (0.0.1):
7179
- Flutter
7280
- FlutterMacOS
73-
- PromisesObjC (2.3.1)
81+
- PromisesObjC (2.4.0)
7482
- share_plus (0.0.1):
7583
- FlutterMacOS
7684
- sqlite3 (3.45.1):
@@ -148,17 +156,17 @@ SPEC CHECKSUMS:
148156
firebase_core: 2e1a33fd13fb581f0dc809c18be25cdc1a2e10db
149157
firebase_messaging: aa7d68aa238b24ee36bfe33f7a73561d3a78b069
150158
FirebaseCore: 28045c1560a2600d284b9c45a904fe322dc890b6
151-
FirebaseCoreInternal: 43c1788eaeee9d1b97caaa751af567ce11010d00
152-
FirebaseInstallations: 390ea1d10a4d02b20c965cbfd527ee9b3b412acb
159+
FirebaseCoreInternal: 6a292e6f0bece1243a737e81556e56e5e19282e3
160+
FirebaseInstallations: 42d6ead4605d6eafb3b6683674e80e18eb6f2c35
153161
FirebaseMessaging: 06c414a21b122396a26847c523d5c370f8325df5
154162
flutter_local_notifications: 3805ca215b2fb7f397d78b66db91f6a747af52e4
155163
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
156-
GoogleDataTransport: 57c22343ab29bc686febbf7cbb13bad167c2d8fe
157-
GoogleUtilities: 0759d1a57ebb953965c2dfe0ba4c82e95ccc2e34
164+
GoogleDataTransport: 6c09b596d841063d76d4288cc2d2f42cc36e1e2a
165+
GoogleUtilities: d053d902a8edaa9904e1bd00c37535385b8ed152
158166
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
159167
package_info_plus: 02d7a575e80f194102bef286361c6c326e4c29ce
160168
path_provider_foundation: 3784922295ac71e43754bd15e0653ccfd36a147c
161-
PromisesObjC: c50d2056b5253dadbd6c2bea79b0674bd5a52fa4
169+
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
162170
share_plus: 76dd39142738f7a68dd57b05093b5e8193f220f7
163171
sqlite3: 73b7fc691fdc43277614250e04d183740cb15078
164172
sqlite3_flutter_libs: 06a05802529659a272beac4ee1350bfec294f386

0 commit comments

Comments
 (0)