forked from wordpress-mobile/WordPress-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile.lock
854 lines (847 loc) · 37 KB
/
Podfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
PODS:
- Alamofire (4.8.0)
- AlamofireImage (3.5.2):
- Alamofire (~> 4.8)
- AlamofireNetworkActivityIndicator (2.4.0):
- Alamofire (~> 4.8)
- AMScrollingNavbar (5.6.0)
- AppAuth (1.4.0):
- AppAuth/Core (= 1.4.0)
- AppAuth/ExternalUserAgent (= 1.4.0)
- AppAuth/Core (1.4.0)
- AppAuth/ExternalUserAgent (1.4.0)
- AppCenter (4.3.0):
- AppCenter/Analytics (= 4.3.0)
- AppCenter/Crashes (= 4.3.0)
- AppCenter/Analytics (4.3.0):
- AppCenter/Core
- AppCenter/Core (4.3.0)
- AppCenter/Crashes (4.3.0):
- AppCenter/Core
- AppCenter/Distribute (4.3.0):
- AppCenter/Core
- Automattic-Tracks-iOS (0.9.1):
- CocoaLumberjack (~> 3)
- Reachability (~> 3)
- Sentry (~> 6)
- Sodium (>= 0.9.1)
- UIDeviceIdentifier (~> 1)
- boost (1.76.0)
- BVLinearGradient (2.5.6-wp-2):
- React-Core
- Charts (3.2.2):
- Charts/Core (= 3.2.2)
- Charts/Core (3.2.2)
- CocoaLumberjack (3.7.2):
- CocoaLumberjack/Core (= 3.7.2)
- CocoaLumberjack/Core (3.7.2)
- CropViewController (2.5.3)
- DoubleConversion (1.1.5)
- Down (0.6.6)
- FBLazyVector (0.66.2)
- FBReactNativeSpec (0.66.2):
- RCT-Folly (= 2021.06.28.00-v2)
- RCTRequired (= 0.66.2)
- RCTTypeSafety (= 0.66.2)
- React-Core (= 0.66.2)
- React-jsi (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- fmt (6.2.1)
- FormatterKit/Resources (1.9.0)
- FormatterKit/TimeIntervalFormatter (1.9.0):
- FormatterKit/Resources
- FSInteractiveMap (0.1.0)
- Gifu (3.2.0)
- glog (0.3.5)
- GoogleSignIn (6.0.2):
- AppAuth (~> 1.4)
- GTMAppAuth (~> 1.0)
- GTMSessionFetcher/Core (~> 1.1)
- Gridicons (1.1.0)
- GTMAppAuth (1.2.2):
- AppAuth/Core (~> 1.4)
- GTMSessionFetcher/Core (~> 1.5)
- GTMSessionFetcher/Core (1.7.0)
- Gutenberg (1.69.0):
- React (= 0.66.2)
- React-CoreModules (= 0.66.2)
- React-RCTImage (= 0.66.2)
- RNTAztecView
- JTAppleCalendar (8.0.3)
- Kanvas (1.2.8)
- lottie-ios (3.1.9)
- MediaEditor (1.2.1):
- CropViewController (~> 2.5.3)
- MRProgress (0.8.3):
- MRProgress/ActivityIndicator (= 0.8.3)
- MRProgress/Blur (= 0.8.3)
- MRProgress/Circular (= 0.8.3)
- MRProgress/Icons (= 0.8.3)
- MRProgress/NavigationBarProgress (= 0.8.3)
- MRProgress/Overlay (= 0.8.3)
- MRProgress/ActivityIndicator (0.8.3):
- MRProgress/Stopable
- MRProgress/Blur (0.8.3):
- MRProgress/Helper
- MRProgress/Circular (0.8.3):
- MRProgress/Helper
- MRProgress/ProgressBaseClass
- MRProgress/Stopable
- MRProgress/Helper (0.8.3)
- MRProgress/Icons (0.8.3)
- MRProgress/NavigationBarProgress (0.8.3):
- MRProgress/ProgressBaseClass
- MRProgress/Overlay (0.8.3):
- MRProgress/ActivityIndicator
- MRProgress/Blur
- MRProgress/Circular
- MRProgress/Helper
- MRProgress/Icons
- MRProgress/ProgressBaseClass (0.8.3)
- MRProgress/Stopable (0.8.3):
- MRProgress/Helper
- Nimble (9.0.1)
- NSObject-SafeExpectations (0.0.4)
- "NSURL+IDN (0.4)"
- OCMock (3.4.3)
- OHHTTPStubs/Core (9.1.0)
- OHHTTPStubs/Default (9.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (9.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (9.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (9.1.0)
- OHHTTPStubs/Swift (9.1.0):
- OHHTTPStubs/Default
- RCT-Folly (2021.06.28.00-v2):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- RCT-Folly/Default (= 2021.06.28.00-v2)
- RCT-Folly/Default (2021.06.28.00-v2):
- boost
- DoubleConversion
- fmt (~> 6.2.1)
- glog
- RCTRequired (0.66.2)
- RCTTypeSafety (0.66.2):
- FBLazyVector (= 0.66.2)
- RCT-Folly (= 2021.06.28.00-v2)
- RCTRequired (= 0.66.2)
- React-Core (= 0.66.2)
- Reachability (3.2)
- React (0.66.2):
- React-Core (= 0.66.2)
- React-Core/DevSupport (= 0.66.2)
- React-Core/RCTWebSocket (= 0.66.2)
- React-RCTActionSheet (= 0.66.2)
- React-RCTAnimation (= 0.66.2)
- React-RCTBlob (= 0.66.2)
- React-RCTImage (= 0.66.2)
- React-RCTLinking (= 0.66.2)
- React-RCTNetwork (= 0.66.2)
- React-RCTSettings (= 0.66.2)
- React-RCTText (= 0.66.2)
- React-RCTVibration (= 0.66.2)
- React-callinvoker (0.66.2)
- React-Core (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default (= 0.66.2)
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/CoreModulesHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/Default (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/DevSupport (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default (= 0.66.2)
- React-Core/RCTWebSocket (= 0.66.2)
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-jsinspector (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTActionSheetHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTAnimationHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTBlobHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTImageHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTLinkingHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTNetworkHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTSettingsHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTTextHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTVibrationHeaders (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-Core/RCTWebSocket (0.66.2):
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/Default (= 0.66.2)
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsiexecutor (= 0.66.2)
- React-perflogger (= 0.66.2)
- Yoga
- React-CoreModules (0.66.2):
- FBReactNativeSpec (= 0.66.2)
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.2)
- React-Core/CoreModulesHeaders (= 0.66.2)
- React-jsi (= 0.66.2)
- React-RCTImage (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- React-cxxreact (0.66.2):
- boost (= 1.76.0)
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-callinvoker (= 0.66.2)
- React-jsi (= 0.66.2)
- React-jsinspector (= 0.66.2)
- React-logger (= 0.66.2)
- React-perflogger (= 0.66.2)
- React-runtimeexecutor (= 0.66.2)
- React-jsi (0.66.2):
- boost (= 1.76.0)
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-jsi/Default (= 0.66.2)
- React-jsi/Default (0.66.2):
- boost (= 1.76.0)
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-jsiexecutor (0.66.2):
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-perflogger (= 0.66.2)
- React-jsinspector (0.66.2)
- React-logger (0.66.2):
- glog
- react-native-blur (3.6.1):
- React-Core
- react-native-get-random-values (1.4.0-wp-2):
- React-Core
- react-native-keyboard-aware-scroll-view (0.8.8-wp-1):
- React-Core
- react-native-safe-area (0.5.1):
- React-Core
- react-native-safe-area-context (3.2.0-wp-2):
- React-Core
- react-native-slider (3.0.2-wp-2):
- React-Core
- react-native-video (5.0.2-wp-2):
- React-Core
- react-native-video/Video (= 5.0.2-wp-2)
- react-native-video/Video (5.0.2-wp-2):
- React-Core
- react-native-webview (11.6.5-wp-2):
- React-Core
- React-perflogger (0.66.2)
- React-RCTActionSheet (0.66.2):
- React-Core/RCTActionSheetHeaders (= 0.66.2)
- React-RCTAnimation (0.66.2):
- FBReactNativeSpec (= 0.66.2)
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.2)
- React-Core/RCTAnimationHeaders (= 0.66.2)
- React-jsi (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- React-RCTBlob (0.66.2):
- FBReactNativeSpec (= 0.66.2)
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/RCTBlobHeaders (= 0.66.2)
- React-Core/RCTWebSocket (= 0.66.2)
- React-jsi (= 0.66.2)
- React-RCTNetwork (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- React-RCTImage (0.66.2):
- FBReactNativeSpec (= 0.66.2)
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.2)
- React-Core/RCTImageHeaders (= 0.66.2)
- React-jsi (= 0.66.2)
- React-RCTNetwork (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- React-RCTLinking (0.66.2):
- FBReactNativeSpec (= 0.66.2)
- React-Core/RCTLinkingHeaders (= 0.66.2)
- React-jsi (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- React-RCTNetwork (0.66.2):
- FBReactNativeSpec (= 0.66.2)
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.2)
- React-Core/RCTNetworkHeaders (= 0.66.2)
- React-jsi (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- React-RCTSettings (0.66.2):
- FBReactNativeSpec (= 0.66.2)
- RCT-Folly (= 2021.06.28.00-v2)
- RCTTypeSafety (= 0.66.2)
- React-Core/RCTSettingsHeaders (= 0.66.2)
- React-jsi (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- React-RCTText (0.66.2):
- React-Core/RCTTextHeaders (= 0.66.2)
- React-RCTVibration (0.66.2):
- FBReactNativeSpec (= 0.66.2)
- RCT-Folly (= 2021.06.28.00-v2)
- React-Core/RCTVibrationHeaders (= 0.66.2)
- React-jsi (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- React-runtimeexecutor (0.66.2):
- React-jsi (= 0.66.2)
- ReactCommon (0.66.2):
- React-logger (= 0.66.2)
- ReactCommon/react_debug_core (= 0.66.2)
- ReactCommon/turbomodule (= 0.66.2)
- ReactCommon/react_debug_core (0.66.2):
- React-logger (= 0.66.2)
- ReactCommon/turbomodule (0.66.2):
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-callinvoker (= 0.66.2)
- React-Core (= 0.66.2)
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-logger (= 0.66.2)
- React-perflogger (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- ReactCommon/turbomodule/samples (= 0.66.2)
- ReactCommon/turbomodule/core (0.66.2):
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-callinvoker (= 0.66.2)
- React-Core (= 0.66.2)
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-logger (= 0.66.2)
- React-perflogger (= 0.66.2)
- ReactCommon/turbomodule/samples (0.66.2):
- DoubleConversion
- glog
- RCT-Folly (= 2021.06.28.00-v2)
- React-callinvoker (= 0.66.2)
- React-Core (= 0.66.2)
- React-cxxreact (= 0.66.2)
- React-jsi (= 0.66.2)
- React-logger (= 0.66.2)
- React-perflogger (= 0.66.2)
- ReactCommon/turbomodule/core (= 0.66.2)
- RNCClipboard (1.9.0-wp-1):
- React-Core
- RNCMaskedView (0.1.11-wp-2):
- React-Core
- RNGestureHandler (1.10.1-wp-4):
- React-Core
- RNReanimated (1.9.0-wp-2):
- React-Core
- RNScreens (2.9.0-wp-2):
- React-Core
- RNSVG (9.13.7-wp-2):
- React-Core
- RNTAztecView (1.69.0):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.7)
- Sentry (6.2.1):
- Sentry/Core (= 6.2.1)
- Sentry/Core (6.2.1)
- Sodium (0.9.1)
- Starscream (3.0.6)
- SVProgressHUD (2.2.5)
- UIDeviceIdentifier (1.7.1)
- WordPress-Aztec-iOS (1.19.7)
- WordPress-Editor-iOS (1.19.7):
- WordPress-Aztec-iOS (= 1.19.7)
- WordPressAuthenticator (1.42.2):
- Alamofire (~> 4.8)
- CocoaLumberjack (~> 3.5)
- GoogleSignIn (~> 6.0.1)
- Gridicons (~> 1.0)
- lottie-ios (~> 3.1.6)
- "NSURL+IDN (= 0.4)"
- SVProgressHUD (~> 2.2.5)
- WordPressKit (~> 4.18-beta)
- WordPressShared (~> 1.12-beta)
- WordPressUI (~> 1.7-beta)
- WordPressKit (4.45.0):
- Alamofire (~> 4.8.0)
- CocoaLumberjack (~> 3.4)
- NSObject-SafeExpectations (= 0.0.4)
- UIDeviceIdentifier (~> 1.4)
- WordPressShared (~> 1.15-beta)
- wpxmlrpc (~> 0.9)
- WordPressMocks (0.0.15)
- WordPressShared (1.17.0):
- CocoaLumberjack (~> 3.4)
- FormatterKit/TimeIntervalFormatter (~> 1.8)
- WordPressUI (1.12.3)
- WPMediaPicker (1.8.0)
- wpxmlrpc (0.9.0)
- Yoga (1.14.0)
- ZendeskCommonUISDK (6.1.1)
- ZendeskCoreSDK (2.5.1)
- ZendeskMessagingAPISDK (3.8.2):
- ZendeskSDKConfigurationsSDK (~> 1.1.8)
- ZendeskMessagingSDK (3.8.2):
- ZendeskCommonUISDK (~> 6.1.1)
- ZendeskMessagingAPISDK (~> 3.8.2)
- ZendeskSDKConfigurationsSDK (1.1.8)
- ZendeskSupportProvidersSDK (5.3.0):
- ZendeskCoreSDK (~> 2.5.1)
- ZendeskSupportSDK (5.3.0):
- ZendeskMessagingSDK (~> 3.8.2)
- ZendeskSupportProvidersSDK (~> 5.3.0)
- ZIPFoundation (0.9.12)
DEPENDENCIES:
- Alamofire (= 4.8.0)
- AlamofireImage (= 3.5.2)
- AlamofireNetworkActivityIndicator (~> 2.4)
- AMScrollingNavbar (= 5.6.0)
- AppCenter (~> 4.1)
- AppCenter/Distribute (~> 4.1)
- Automattic-Tracks-iOS (~> 0.9.1)
- boost (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/boost.podspec.json`)
- BVLinearGradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/BVLinearGradient.podspec.json`)
- Charts (~> 3.2.2)
- CocoaLumberjack (~> 3.0)
- CropViewController (= 2.5.3)
- Down (~> 0.6.6)
- FBLazyVector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/FBLazyVector.podspec.json`)
- FBReactNativeSpec (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json`)
- FSInteractiveMap (from `https://github.com/wordpress-mobile/FSInteractiveMap.git`, tag `0.2.0`)
- Gifu (= 3.2.0)
- glog (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/glog.podspec.json`)
- Gridicons (~> 1.1.0)
- Gutenberg (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, tag `v1.69.0`)
- JTAppleCalendar (~> 8.0.2)
- Kanvas (~> 1.2.7)
- MediaEditor (~> 1.2.1)
- MRProgress (= 0.8.3)
- Nimble (~> 9.0.0)
- NSObject-SafeExpectations (~> 0.0.4)
- "NSURL+IDN (~> 0.4)"
- OCMock (~> 3.4.3)
- OHHTTPStubs/Swift (~> 9.1.0)
- RCT-Folly (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RCT-Folly.podspec.json`)
- RCTRequired (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RCTRequired.podspec.json`)
- RCTTypeSafety (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RCTTypeSafety.podspec.json`)
- Reachability (= 3.2)
- React (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React.podspec.json`)
- React-callinvoker (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-callinvoker.podspec.json`)
- React-Core (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-Core.podspec.json`)
- React-CoreModules (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-CoreModules.podspec.json`)
- React-cxxreact (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-cxxreact.podspec.json`)
- React-jsi (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-jsi.podspec.json`)
- React-jsiexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-jsiexecutor.podspec.json`)
- React-jsinspector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-jsinspector.podspec.json`)
- React-logger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-logger.podspec.json`)
- react-native-blur (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-blur.podspec.json`)
- react-native-get-random-values (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-get-random-values.podspec.json`)
- react-native-keyboard-aware-scroll-view (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json`)
- react-native-safe-area (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-safe-area.podspec.json`)
- react-native-safe-area-context (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-safe-area-context.podspec.json`)
- react-native-slider (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-slider.podspec.json`)
- react-native-video (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-video.podspec.json`)
- react-native-webview (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-webview.podspec.json`)
- React-perflogger (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-perflogger.podspec.json`)
- React-RCTActionSheet (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTActionSheet.podspec.json`)
- React-RCTAnimation (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTAnimation.podspec.json`)
- React-RCTBlob (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTBlob.podspec.json`)
- React-RCTImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTImage.podspec.json`)
- React-RCTLinking (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTLinking.podspec.json`)
- React-RCTNetwork (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTNetwork.podspec.json`)
- React-RCTSettings (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTSettings.podspec.json`)
- React-RCTText (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTText.podspec.json`)
- React-RCTVibration (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTVibration.podspec.json`)
- React-runtimeexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-runtimeexecutor.podspec.json`)
- ReactCommon (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/ReactCommon.podspec.json`)
- RNCClipboard (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNCClipboard.podspec.json`)
- RNCMaskedView (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNCMaskedView.podspec.json`)
- RNGestureHandler (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNGestureHandler.podspec.json`)
- RNReanimated (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNReanimated.podspec.json`)
- RNScreens (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNScreens.podspec.json`)
- RNSVG (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNSVG.podspec.json`)
- RNTAztecView (from `https://github.com/wordpress-mobile/gutenberg-mobile.git`, tag `v1.69.0`)
- Starscream (= 3.0.6)
- SVProgressHUD (= 2.2.5)
- WordPress-Editor-iOS (~> 1.19.7)
- WordPressAuthenticator (~> 1.42.2)
- WordPressKit (~> 4.45.0)
- WordPressMocks (~> 0.0.15)
- WordPressShared (~> 1.17.0)
- WordPressUI (~> 1.12.3)
- WPMediaPicker (~> 1.8.0)
- Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/Yoga.podspec.json`)
- ZendeskSupportSDK (= 5.3.0)
- ZIPFoundation (~> 0.9.8)
SPEC REPOS:
https://github.com/wordpress-mobile/cocoapods-specs.git:
- WordPressAuthenticator
trunk:
- Alamofire
- AlamofireImage
- AlamofireNetworkActivityIndicator
- AMScrollingNavbar
- AppAuth
- AppCenter
- Automattic-Tracks-iOS
- Charts
- CocoaLumberjack
- CropViewController
- DoubleConversion
- Down
- fmt
- FormatterKit
- Gifu
- GoogleSignIn
- Gridicons
- GTMAppAuth
- GTMSessionFetcher
- JTAppleCalendar
- Kanvas
- lottie-ios
- MediaEditor
- MRProgress
- Nimble
- NSObject-SafeExpectations
- "NSURL+IDN"
- OCMock
- OHHTTPStubs
- Reachability
- Sentry
- Sodium
- Starscream
- SVProgressHUD
- UIDeviceIdentifier
- WordPress-Aztec-iOS
- WordPress-Editor-iOS
- WordPressKit
- WordPressMocks
- WordPressShared
- WordPressUI
- WPMediaPicker
- wpxmlrpc
- ZendeskCommonUISDK
- ZendeskCoreSDK
- ZendeskMessagingAPISDK
- ZendeskMessagingSDK
- ZendeskSDKConfigurationsSDK
- ZendeskSupportProvidersSDK
- ZendeskSupportSDK
- ZIPFoundation
EXTERNAL SOURCES:
boost:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/boost.podspec.json
BVLinearGradient:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/BVLinearGradient.podspec.json
FBLazyVector:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/FBLazyVector.podspec.json
FBReactNativeSpec:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/FBReactNativeSpec/FBReactNativeSpec.podspec.json
FSInteractiveMap:
:git: https://github.com/wordpress-mobile/FSInteractiveMap.git
:tag: 0.2.0
glog:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/glog.podspec.json
Gutenberg:
:git: https://github.com/wordpress-mobile/gutenberg-mobile.git
:submodules: true
:tag: v1.69.0
RCT-Folly:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RCT-Folly.podspec.json
RCTRequired:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RCTRequired.podspec.json
RCTTypeSafety:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RCTTypeSafety.podspec.json
React:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React.podspec.json
React-callinvoker:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-callinvoker.podspec.json
React-Core:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-Core.podspec.json
React-CoreModules:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-CoreModules.podspec.json
React-cxxreact:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-cxxreact.podspec.json
React-jsi:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-jsi.podspec.json
React-jsiexecutor:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-jsiexecutor.podspec.json
React-jsinspector:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-jsinspector.podspec.json
React-logger:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-logger.podspec.json
react-native-blur:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-blur.podspec.json
react-native-get-random-values:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-get-random-values.podspec.json
react-native-keyboard-aware-scroll-view:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json
react-native-safe-area:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-safe-area.podspec.json
react-native-safe-area-context:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-safe-area-context.podspec.json
react-native-slider:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-slider.podspec.json
react-native-video:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-video.podspec.json
react-native-webview:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/react-native-webview.podspec.json
React-perflogger:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-perflogger.podspec.json
React-RCTActionSheet:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTActionSheet.podspec.json
React-RCTAnimation:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTAnimation.podspec.json
React-RCTBlob:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTBlob.podspec.json
React-RCTImage:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTImage.podspec.json
React-RCTLinking:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTLinking.podspec.json
React-RCTNetwork:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTNetwork.podspec.json
React-RCTSettings:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTSettings.podspec.json
React-RCTText:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTText.podspec.json
React-RCTVibration:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-RCTVibration.podspec.json
React-runtimeexecutor:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/React-runtimeexecutor.podspec.json
ReactCommon:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/ReactCommon.podspec.json
RNCClipboard:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNCClipboard.podspec.json
RNCMaskedView:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNCMaskedView.podspec.json
RNGestureHandler:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNGestureHandler.podspec.json
RNReanimated:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNReanimated.podspec.json
RNScreens:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNScreens.podspec.json
RNSVG:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/RNSVG.podspec.json
RNTAztecView:
:git: https://github.com/wordpress-mobile/gutenberg-mobile.git
:submodules: true
:tag: v1.69.0
Yoga:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.69.0/third-party-podspecs/Yoga.podspec.json
CHECKOUT OPTIONS:
FSInteractiveMap:
:git: https://github.com/wordpress-mobile/FSInteractiveMap.git
:tag: 0.2.0
Gutenberg:
:git: https://github.com/wordpress-mobile/gutenberg-mobile.git
:submodules: true
:tag: v1.69.0
RNTAztecView:
:git: https://github.com/wordpress-mobile/gutenberg-mobile.git
:submodules: true
:tag: v1.69.0
SPEC CHECKSUMS:
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
AlamofireImage: 63cfe3baf1370be6c498149687cf6db3e3b00999
AlamofireNetworkActivityIndicator: 9acc3de3ca6645bf0efed462396b0df13dd3e7b8
AMScrollingNavbar: cf0ec5a5ee659d76ba2509f630bf14fba7e16dc3
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
AppCenter: 883369ab78427b0561c688158d689dfe1f993ea9
Automattic-Tracks-iOS: f5a6188ad8d00680748111466beabb0aea11f856
boost: 32a63928ef0a5bf8b60f6b930c8864113fa28779
BVLinearGradient: 9373b32b8f749c00fe59e3482b45091eeacec08b
Charts: f69cf0518b6d1d62608ca504248f1bbe0b6ae77e
CocoaLumberjack: b7e05132ff94f6ae4dfa9d5bce9141893a21d9da
CropViewController: a5c143548a0fabcd6cc25f2d26e40460cfb8c78c
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
Down: 71bf4af3c04fa093e65dffa25c4b64fa61287373
FBLazyVector: 2bf7b5e351f8e33867210ff6eb9c5c178a035522
FBReactNativeSpec: 5a1f15997f42c2f266b63a6b9c3e92a9eca049f5
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
FormatterKit: 184db51bf120b633693a73624a4cede89ec51a41
FSInteractiveMap: a396f610f48b76cb540baa87139d056429abda86
Gifu: 7bcb6427457d85e0b4dff5a84ec5947ac19a93ea
glog: 67060cb66a7ea4b1e8947dc9936d7fce11b100b0
GoogleSignIn: fd381840dbe7c1137aa6dc30849a5c3e070c034a
Gridicons: 17d660b97ce4231d582101b02f8280628b141c9a
GTMAppAuth: ad5c2b70b9a8689e1a04033c9369c4915bfcbe89
GTMSessionFetcher: 43748f93435c2aa068b1cbe39655aaf600652e91
Gutenberg: 4644afdf4a16be4c14a6a298fee7b1a597233564
JTAppleCalendar: 932cadea40b1051beab10f67843451d48ba16c99
Kanvas: 9eab00cc89669b38858d42d5f30c810876b31344
lottie-ios: 3a3758ef5a008e762faec9c9d50a39842f26d124
MediaEditor: 20cdeb46bdecd040b8bc94467ac85a52b53b193a
MRProgress: 16de7cc9f347e8846797a770db102a323fe7ef09
Nimble: 7bed62ffabd6dbfe05f5925cbc43722533248990
NSObject-SafeExpectations: ab8fe623d36b25aa1f150affa324e40a2f3c0374
"NSURL+IDN": afc873e639c18138a1589697c3add197fe8679ca
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
OHHTTPStubs: 90eac6d8f2c18317baeca36698523dc67c513831
RCT-Folly: 048c033f600f0332cc56ed44b08b57b4a52fdacc
RCTRequired: 4fa0ded506b57e3d028102ed7faebd62bce22c93
RCTTypeSafety: f28017f651282108a363695ac144c00e54159d16
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
React: c06052e1d7dc6eb53bdfa47585433639c0132ed5
React-callinvoker: 52cffd58374de75446aa7f21ea4b5afc52ee6d5e
React-Core: edbff05d6946161260a787152b8eda3bdad63371
React-CoreModules: 8edb7ef1659a7f096eaf46ec0fab767a7a0e3952
React-cxxreact: 11a929b7655ad35f3bc8bb01605610fd3c695f45
React-jsi: 1873930d7c1b4b928d3e12725e4dba9adcbaea27
React-jsiexecutor: e3304ac371f23230f7272e42d0b0034190b7e204
React-jsinspector: 87ab4eb6cba6d92a1c276af265be38835b30e51f
React-logger: ccd14c7a8d56252713323254671fbfcd2798b6b4
react-native-blur: 7f21bce1eeae924f28a4cefc7b23ce035c015ea5
react-native-get-random-values: c8df11b66850630f3a5c0b9a30e654697345284e
react-native-keyboard-aware-scroll-view: 042fe86d8358780b9697cadf5f8cefbf8f8c7378
react-native-safe-area: e3de9e959c7baaae8db9bcb015d99ed1da25c9d5
react-native-safe-area-context: 58313f9fe589f199aa231751caa7e041564d0826
react-native-slider: b7f5c5b918a126b0908dc3c02851cf86a80f9451
react-native-video: bb7fd9e6c25d3f266c4520fbf55a70014304be27
react-native-webview: 24d9c262993ef9a87f1c7a1d71f655e515242b9e
React-perflogger: 856f259ce772005558db593687ea754f86e33ceb
React-RCTActionSheet: ee28ed286367e18f90dc4510e83bd67f328ff213
React-RCTAnimation: 4448ec82f56c268c00e1ba94ab793493c215bbb8
React-RCTBlob: cbf7168e4b27049608bbbf7140fdcfb6f0a0424e
React-RCTImage: 1df537459875f67332630db8ae7f20dd965d2db7
React-RCTLinking: 7a0992bf5d1f07cbe875b2f4beb8b6b3385c0541
React-RCTNetwork: d9b2d50708d4b66baaa5ffc1df6fcd626f81539f
React-RCTSettings: 720e092efaddd7816eb8d954b0477447c7cc3f4a
React-RCTText: da3907af53e21aecb1f92dbaaf49179749872357
React-RCTVibration: ba532a2ca244b53ad666e151a85be870f0bcccdb
React-runtimeexecutor: ee14e3cee632c2472cbb10e2b4c18d5e785d9b5f
ReactCommon: 47b4a3cdfd27b3aae8d8399b9b2c4c658543ce6d
RNCClipboard: 737a57c2a958fd95606d035b2a31cab53eae93eb
RNCMaskedView: 016494a7f168b17b065c6168d3b33a72c9ec99ea
RNGestureHandler: 76a948fe972a82e4467a53161bfeba59f74f7eb5
RNReanimated: 862d86ad4b5c47606d0debdd5a05306c719515db
RNScreens: b51c8ebc6428b145507444ae0e3aa337f51e4ec8
RNSVG: fb8d56e54fef788ac5332da0e38735f684ad624a
RNTAztecView: 9fde5426a7e8564ebd527d0ad048b703a07f151c
Sentry: 9b922b396b0e0bca8516a10e36b0ea3ebea5faf7
Sodium: 23d11554ecd556196d313cf6130d406dfe7ac6da
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
UIDeviceIdentifier: d0fee204f467dacf8808b7ac14ce43affeb271a5
WordPress-Aztec-iOS: 144f124148079084860368dfd27cb96e0952853e
WordPress-Editor-iOS: 20551d5a5e51f29832064f08faaaae8e1da7e1e2
WordPressAuthenticator: 93f704305a3ad13703f9f2e6375a2bcf8fb7c137
WordPressKit: 7d4ecdcb62b3826b491dad9fb9b6fb02ac9702b5
WordPressMocks: 6b52b0764d9939408151367dd9c6e8a910877f4d
WordPressShared: a4b0308a6345d4dda20c8f7ad9317df4246b4a00
WordPressUI: 45591178e843ecb82e65e868ec766148befe9f9f
WPMediaPicker: 6c0d06881a7d3dcaf4cf7b51db51c08ac3eab849
wpxmlrpc: bf55a43a7e710bd2a4fb8c02dfe83b1246f14f13
Yoga: 2ca978c40e0fd6d7f54bcb1602bc0cbbc79454a7
ZendeskCommonUISDK: 5808802951ad2bb424f0bed4259dc3c0ce9b52ec
ZendeskCoreSDK: 19a18e5ef2edcb18f4dbc0ea0d12bd31f515712a
ZendeskMessagingAPISDK: 144e0fb0e633a3c4e73149b781ab65338938d5a8
ZendeskMessagingSDK: 500e83d9413481e95180c37ddca0d4ef9d515600
ZendeskSDKConfigurationsSDK: 8371b468db0d09e9198f6c5a97818826943ee1ee
ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a
ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba
ZIPFoundation: e27423c004a5a1410c15933407747374e7c6cb6e
PODFILE CHECKSUM: a55008414112e40f3bd0b4d51b931ad434f98a22
COCOAPODS: 1.11.2