Skip to content

Commit cb13dae

Browse files
committed
Added missing SDWebImage pod for Example project
1 parent b2d032e commit cb13dae

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

example/ios/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ target 'ReactNativeFirebaseUIExample' do
2626
pod 'Fabric', '~> 1.7.13'
2727
pod 'Crashlytics', '~> 3.10.9'
2828

29+
pod 'SDWebImage', '~> 4.0'
2930
end

example/ios/Podfile.lock

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ PODS:
192192
- nanopb/decode (0.3.901)
193193
- nanopb/encode (0.3.901)
194194
- Protobuf (3.6.1)
195+
- SDWebImage (4.4.5):
196+
- SDWebImage/Core (= 4.4.5)
197+
- SDWebImage/Core (4.4.5)
195198

196199
DEPENDENCIES:
197200
- Crashlytics (~> 3.10.9)
@@ -207,6 +210,7 @@ DEPENDENCIES:
207210
- Firebase/Performance (~> 5.11.0)
208211
- Firebase/RemoteConfig (~> 5.11.0)
209212
- Firebase/Storage (~> 5.11.0)
213+
- SDWebImage (~> 4.0)
210214

211215
SPEC REPOS:
212216
https://github.com/cocoapods/specs.git:
@@ -242,6 +246,7 @@ SPEC REPOS:
242246
- leveldb-library
243247
- nanopb
244248
- Protobuf
249+
- SDWebImage
245250

246251
SPEC CHECKSUMS:
247252
BoringSSL: e10f92a27043805c01071fe815a5cd98ae8212e7
@@ -276,7 +281,8 @@ SPEC CHECKSUMS:
276281
leveldb-library: 08cba283675b7ed2d99629a4bc5fd052cd2bb6a5
277282
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
278283
Protobuf: 1eb9700044745f00181c136ef21b8ff3ad5a0fd5
284+
SDWebImage: ecc03494e973b93b80213649d32175f8d2d17d4d
279285

280-
PODFILE CHECKSUM: 81e61cb80d12a845186cac8b790b122df6fdab1d
286+
PODFILE CHECKSUM: 99b7e4a578006a817cd2fbc474e847209af64589
281287

282288
COCOAPODS: 1.5.3

0 commit comments

Comments
 (0)