forked from wordpress-mobile/WordPress-iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile.lock
744 lines (737 loc) · 30.8 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
PODS:
- 1PasswordExtension (1.8.6)
- 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 (2.5.1):
- AppCenter/Analytics (= 2.5.1)
- AppCenter/Crashes (= 2.5.1)
- AppCenter/Analytics (2.5.1):
- AppCenter/Core
- AppCenter/Core (2.5.1)
- AppCenter/Crashes (2.5.1):
- AppCenter/Core
- AppCenter/Distribute (2.5.1):
- AppCenter/Core
- Automattic-Tracks-iOS (0.5.0):
- CocoaLumberjack (~> 3)
- Reachability (~> 3)
- Sentry (~> 4)
- Sodium (~> 0.8.0)
- UIDeviceIdentifier (~> 1)
- boost-for-react-native (1.63.0)
- Charts (3.2.2):
- Charts/Core (= 3.2.2)
- Charts/Core (3.2.2)
- CocoaLumberjack (3.5.2):
- CocoaLumberjack/Core (= 3.5.2)
- CocoaLumberjack/Core (3.5.2)
- CropViewController (2.5.3)
- DoubleConversion (1.1.5)
- Down (0.6.6)
- FBLazyVector (0.61.5)
- FBReactNativeSpec (0.61.5):
- Folly (= 2018.10.22.00)
- RCTRequired (= 0.61.5)
- RCTTypeSafety (= 0.61.5)
- React-Core (= 0.61.5)
- React-jsi (= 0.61.5)
- ReactCommon/turbomodule/core (= 0.61.5)
- Folly (2018.10.22.00):
- boost-for-react-native
- DoubleConversion
- Folly/Default (= 2018.10.22.00)
- glog
- Folly/Default (2018.10.22.00):
- boost-for-react-native
- DoubleConversion
- glog
- FormatterKit/Resources (1.8.2)
- FormatterKit/TimeIntervalFormatter (1.8.2):
- FormatterKit/Resources
- FSInteractiveMap (0.1.0)
- Gifu (3.2.0)
- glog (0.3.5)
- GoogleSignIn (5.0.2):
- AppAuth (~> 1.2)
- GTMAppAuth (~> 1.0)
- GTMSessionFetcher/Core (~> 1.1)
- Gridicons (1.0.1)
- GTMAppAuth (1.0.0):
- AppAuth/Core (~> 1.0)
- GTMSessionFetcher (~> 1.1)
- GTMSessionFetcher (1.4.0):
- GTMSessionFetcher/Full (= 1.4.0)
- GTMSessionFetcher/Core (1.4.0)
- GTMSessionFetcher/Full (1.4.0):
- GTMSessionFetcher/Core (= 1.4.0)
- Gutenberg (1.33.0):
- React (= 0.61.5)
- React-CoreModules (= 0.61.5)
- React-RCTImage (= 0.61.5)
- RNTAztecView
- JTAppleCalendar (8.0.3)
- lottie-ios (3.1.6)
- MediaEditor (1.2.0):
- 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 (7.3.4)
- NSObject-SafeExpectations (0.0.4)
- "NSURL+IDN (0.4)"
- OCMock (3.4.3)
- OHHTTPStubs (6.1.0):
- OHHTTPStubs/Default (= 6.1.0)
- OHHTTPStubs/Core (6.1.0)
- OHHTTPStubs/Default (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/JSON
- OHHTTPStubs/NSURLSession
- OHHTTPStubs/OHPathHelpers
- OHHTTPStubs/JSON (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/NSURLSession (6.1.0):
- OHHTTPStubs/Core
- OHHTTPStubs/OHPathHelpers (6.1.0)
- OHHTTPStubs/Swift (6.1.0):
- OHHTTPStubs/Default
- RCTRequired (0.61.5)
- RCTTypeSafety (0.61.5):
- FBLazyVector (= 0.61.5)
- Folly (= 2018.10.22.00)
- RCTRequired (= 0.61.5)
- React-Core (= 0.61.5)
- Reachability (3.2)
- React (0.61.5):
- React-Core (= 0.61.5)
- React-Core/DevSupport (= 0.61.5)
- React-Core/RCTWebSocket (= 0.61.5)
- React-RCTActionSheet (= 0.61.5)
- React-RCTAnimation (= 0.61.5)
- React-RCTBlob (= 0.61.5)
- React-RCTImage (= 0.61.5)
- React-RCTLinking (= 0.61.5)
- React-RCTNetwork (= 0.61.5)
- React-RCTSettings (= 0.61.5)
- React-RCTText (= 0.61.5)
- React-RCTVibration (= 0.61.5)
- React-Core (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default (= 0.61.5)
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/CoreModulesHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/Default (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/DevSupport (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default (= 0.61.5)
- React-Core/RCTWebSocket (= 0.61.5)
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- React-jsinspector (= 0.61.5)
- Yoga
- React-Core/RCTActionSheetHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/RCTAnimationHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/RCTBlobHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/RCTImageHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/RCTLinkingHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/RCTNetworkHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/RCTSettingsHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/RCTTextHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/RCTVibrationHeaders (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-Core/RCTWebSocket (0.61.5):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default (= 0.61.5)
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsiexecutor (= 0.61.5)
- Yoga
- React-CoreModules (0.61.5):
- FBReactNativeSpec (= 0.61.5)
- Folly (= 2018.10.22.00)
- RCTTypeSafety (= 0.61.5)
- React-Core/CoreModulesHeaders (= 0.61.5)
- React-RCTImage (= 0.61.5)
- ReactCommon/turbomodule/core (= 0.61.5)
- React-cxxreact (0.61.5):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-jsinspector (= 0.61.5)
- React-jsi (0.61.5):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-jsi/Default (= 0.61.5)
- React-jsi/Default (0.61.5):
- boost-for-react-native (= 1.63.0)
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-jsiexecutor (0.61.5):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- React-jsinspector (0.61.5)
- react-native-blur (3.3.0):
- React
- react-native-get-random-values (1.4.0):
- React
- react-native-keyboard-aware-scroll-view (0.8.8):
- React
- react-native-linear-gradient (2.5.6):
- React
- react-native-safe-area (0.5.1):
- React
- react-native-slider (2.0.7):
- React
- react-native-video (5.0.2):
- React
- react-native-video/Video (= 5.0.2)
- react-native-video/Video (5.0.2):
- React
- React-RCTActionSheet (0.61.5):
- React-Core/RCTActionSheetHeaders (= 0.61.5)
- React-RCTAnimation (0.61.5):
- React-Core/RCTAnimationHeaders (= 0.61.5)
- React-RCTBlob (0.61.5):
- React-Core/RCTBlobHeaders (= 0.61.5)
- React-Core/RCTWebSocket (= 0.61.5)
- React-jsi (= 0.61.5)
- React-RCTNetwork (= 0.61.5)
- React-RCTImage (0.61.5):
- React-Core/RCTImageHeaders (= 0.61.5)
- React-RCTNetwork (= 0.61.5)
- React-RCTLinking (0.61.5):
- React-Core/RCTLinkingHeaders (= 0.61.5)
- React-RCTNetwork (0.61.5):
- React-Core/RCTNetworkHeaders (= 0.61.5)
- React-RCTSettings (0.61.5):
- React-Core/RCTSettingsHeaders (= 0.61.5)
- React-RCTText (0.61.5):
- React-Core/RCTTextHeaders (= 0.61.5)
- React-RCTVibration (0.61.5):
- React-Core/RCTVibrationHeaders (= 0.61.5)
- ReactCommon (0.61.5):
- ReactCommon/jscallinvoker (= 0.61.5)
- ReactCommon/turbomodule (= 0.61.5)
- ReactCommon/jscallinvoker (0.61.5):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-cxxreact (= 0.61.5)
- ReactCommon/turbomodule (0.61.5):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-Core (= 0.61.5)
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- ReactCommon/jscallinvoker (= 0.61.5)
- ReactCommon/turbomodule/core (= 0.61.5)
- ReactCommon/turbomodule/samples (= 0.61.5)
- ReactCommon/turbomodule/core (0.61.5):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-Core (= 0.61.5)
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- ReactCommon/jscallinvoker (= 0.61.5)
- ReactCommon/turbomodule/samples (0.61.5):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-Core (= 0.61.5)
- React-cxxreact (= 0.61.5)
- React-jsi (= 0.61.5)
- ReactCommon/jscallinvoker (= 0.61.5)
- ReactCommon/turbomodule/core (= 0.61.5)
- ReactNativeDarkMode (0.0.10):
- React
- RNSVG (9.13.6-gb):
- React
- RNTAztecView (1.33.0):
- React-Core
- WordPress-Aztec-iOS (~> 1.19.3)
- Sentry (4.5.0):
- Sentry/Core (= 4.5.0)
- Sentry/Core (4.5.0)
- SimulatorStatusMagic (2.4.1)
- Sodium (0.8.0)
- Starscream (3.0.6)
- SVProgressHUD (2.2.5)
- UIDeviceIdentifier (1.5.0)
- WordPress-Aztec-iOS (1.19.3)
- WordPress-Editor-iOS (1.19.3):
- WordPress-Aztec-iOS (= 1.19.3)
- WordPressAuthenticator (1.21.0):
- 1PasswordExtension (= 1.8.6)
- Alamofire (= 4.8)
- CocoaLumberjack (~> 3.5)
- GoogleSignIn (~> 5.0.2)
- Gridicons (~> 1.0)
- lottie-ios (= 3.1.6)
- "NSURL+IDN (= 0.4)"
- SVProgressHUD (= 2.2.5)
- WordPressKit (~> 4.0-beta.0)
- WordPressShared (~> 1.9-beta)
- WordPressUI (~> 1.7.0)
- WordPressKit (4.13.0):
- Alamofire (~> 4.8.0)
- CocoaLumberjack (~> 3.4)
- NSObject-SafeExpectations (= 0.0.4)
- UIDeviceIdentifier (~> 1)
- WordPressShared (~> 1.9)
- wpxmlrpc (= 0.8.5)
- WordPressMocks (0.0.8)
- WordPressShared (1.9.2):
- CocoaLumberjack (~> 3.4)
- FormatterKit/TimeIntervalFormatter (= 1.8.2)
- WordPressUI (1.7.1)
- WPMediaPicker (1.7.0)
- wpxmlrpc (0.8.5)
- Yoga (1.14.0)
- ZendeskCommonUISDK (4.0.0):
- ZendeskSDKConfigurationsSDK (~> 1.1.2)
- ZendeskCoreSDK (2.2.2)
- ZendeskMessagingAPISDK (3.0.0):
- ZendeskSDKConfigurationsSDK (~> 1.1.2)
- ZendeskMessagingSDK (3.0.0):
- ZendeskCommonUISDK (~> 4.0.0)
- ZendeskMessagingAPISDK (~> 3.0.0)
- ZendeskSDKConfigurationsSDK (1.1.3)
- ZendeskSupportProvidersSDK (5.0.1):
- ZendeskCoreSDK (~> 2.2.1)
- ZendeskSupportSDK (5.0.0):
- ZendeskMessagingSDK (~> 3.0.0)
- ZendeskSupportProvidersSDK (~> 5.0.0)
- ZIPFoundation (0.9.10)
DEPENDENCIES:
- Alamofire (= 4.8.0)
- AlamofireImage (= 3.5.2)
- AlamofireNetworkActivityIndicator (~> 2.4)
- AMScrollingNavbar (= 5.6.0)
- AppCenter (= 2.5.1)
- AppCenter/Distribute (= 2.5.1)
- Automattic-Tracks-iOS (~> 0.5.0)
- Charts (~> 3.2.2)
- CocoaLumberjack (~> 3.0)
- Down (~> 0.6.6)
- FBLazyVector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/FBLazyVector.podspec.json`)
- FBReactNativeSpec (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/FBReactNativeSpec.podspec.json`)
- Folly (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/Folly.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.33.0/third-party-podspecs/glog.podspec.json`)
- Gridicons (~> 1.0.1)
- Gutenberg (from `http://github.com/wordpress-mobile/gutenberg-mobile/`, tag `v1.33.0`)
- JTAppleCalendar (~> 8.0.2)
- MediaEditor (~> 1.2.0)
- MRProgress (= 0.8.3)
- Nimble (~> 7.3.1)
- NSObject-SafeExpectations (~> 0.0.4)
- "NSURL+IDN (~> 0.4)"
- OCMock (= 3.4.3)
- OHHTTPStubs (= 6.1.0)
- OHHTTPStubs/Swift (= 6.1.0)
- RCTRequired (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/RCTRequired.podspec.json`)
- RCTTypeSafety (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/RCTTypeSafety.podspec.json`)
- Reachability (= 3.2)
- React (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React.podspec.json`)
- React-Core (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-Core.podspec.json`)
- React-CoreModules (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-CoreModules.podspec.json`)
- React-cxxreact (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-cxxreact.podspec.json`)
- React-jsi (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-jsi.podspec.json`)
- React-jsiexecutor (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-jsiexecutor.podspec.json`)
- React-jsinspector (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-jsinspector.podspec.json`)
- react-native-blur (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-blur.podspec.json`)
- react-native-get-random-values (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.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.33.0/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json`)
- react-native-linear-gradient (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-linear-gradient.podspec.json`)
- react-native-safe-area (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-safe-area.podspec.json`)
- react-native-slider (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-slider.podspec.json`)
- react-native-video (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-video.podspec.json`)
- React-RCTActionSheet (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTActionSheet.podspec.json`)
- React-RCTAnimation (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTAnimation.podspec.json`)
- React-RCTBlob (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTBlob.podspec.json`)
- React-RCTImage (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTImage.podspec.json`)
- React-RCTLinking (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTLinking.podspec.json`)
- React-RCTNetwork (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTNetwork.podspec.json`)
- React-RCTSettings (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTSettings.podspec.json`)
- React-RCTText (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTText.podspec.json`)
- React-RCTVibration (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTVibration.podspec.json`)
- ReactCommon (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/ReactCommon.podspec.json`)
- ReactNativeDarkMode (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/ReactNativeDarkMode.podspec.json`)
- RNSVG (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/RNSVG.podspec.json`)
- RNTAztecView (from `http://github.com/wordpress-mobile/gutenberg-mobile/`, tag `v1.33.0`)
- SimulatorStatusMagic
- Starscream (= 3.0.6)
- SVProgressHUD (= 2.2.5)
- WordPress-Editor-iOS (~> 1.19.3)
- WordPressAuthenticator (~> 1.21.0)
- WordPressKit (= 4.13.0)
- WordPressMocks (~> 0.0.8)
- WordPressShared (= 1.9.2)
- WordPressUI (~> 1.7.1)
- WPMediaPicker (~> 1.7.0)
- Yoga (from `https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/Yoga.podspec.json`)
- ZendeskSupportSDK (= 5.0.0)
- ZIPFoundation (~> 0.9.8)
SPEC REPOS:
trunk:
- 1PasswordExtension
- Alamofire
- AlamofireImage
- AlamofireNetworkActivityIndicator
- AMScrollingNavbar
- AppAuth
- AppCenter
- Automattic-Tracks-iOS
- boost-for-react-native
- Charts
- CocoaLumberjack
- CropViewController
- DoubleConversion
- Down
- FormatterKit
- Gifu
- GoogleSignIn
- Gridicons
- GTMAppAuth
- GTMSessionFetcher
- JTAppleCalendar
- lottie-ios
- MediaEditor
- MRProgress
- Nimble
- NSObject-SafeExpectations
- "NSURL+IDN"
- OCMock
- OHHTTPStubs
- Reachability
- Sentry
- SimulatorStatusMagic
- Sodium
- Starscream
- SVProgressHUD
- UIDeviceIdentifier
- WordPress-Aztec-iOS
- WordPress-Editor-iOS
- WordPressAuthenticator
- WordPressKit
- WordPressMocks
- WordPressShared
- WordPressUI
- WPMediaPicker
- wpxmlrpc
- ZendeskCommonUISDK
- ZendeskCoreSDK
- ZendeskMessagingAPISDK
- ZendeskMessagingSDK
- ZendeskSDKConfigurationsSDK
- ZendeskSupportProvidersSDK
- ZendeskSupportSDK
- ZIPFoundation
EXTERNAL SOURCES:
FBLazyVector:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/FBLazyVector.podspec.json
FBReactNativeSpec:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/FBReactNativeSpec.podspec.json
Folly:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/Folly.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.33.0/third-party-podspecs/glog.podspec.json
Gutenberg:
:git: http://github.com/wordpress-mobile/gutenberg-mobile/
:submodules: true
:tag: v1.33.0
RCTRequired:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/RCTRequired.podspec.json
RCTTypeSafety:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/RCTTypeSafety.podspec.json
React:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React.podspec.json
React-Core:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-Core.podspec.json
React-CoreModules:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-CoreModules.podspec.json
React-cxxreact:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-cxxreact.podspec.json
React-jsi:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-jsi.podspec.json
React-jsiexecutor:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-jsiexecutor.podspec.json
React-jsinspector:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-jsinspector.podspec.json
react-native-blur:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-blur.podspec.json
react-native-get-random-values:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.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.33.0/third-party-podspecs/react-native-keyboard-aware-scroll-view.podspec.json
react-native-linear-gradient:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-linear-gradient.podspec.json
react-native-safe-area:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-safe-area.podspec.json
react-native-slider:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-slider.podspec.json
react-native-video:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/react-native-video.podspec.json
React-RCTActionSheet:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTActionSheet.podspec.json
React-RCTAnimation:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTAnimation.podspec.json
React-RCTBlob:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTBlob.podspec.json
React-RCTImage:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTImage.podspec.json
React-RCTLinking:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTLinking.podspec.json
React-RCTNetwork:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTNetwork.podspec.json
React-RCTSettings:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTSettings.podspec.json
React-RCTText:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTText.podspec.json
React-RCTVibration:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/React-RCTVibration.podspec.json
ReactCommon:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/ReactCommon.podspec.json
ReactNativeDarkMode:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/ReactNativeDarkMode.podspec.json
RNSVG:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/RNSVG.podspec.json
RNTAztecView:
:git: http://github.com/wordpress-mobile/gutenberg-mobile/
:submodules: true
:tag: v1.33.0
Yoga:
:podspec: https://raw.githubusercontent.com/wordpress-mobile/gutenberg-mobile/v1.33.0/third-party-podspecs/Yoga.podspec.json
CHECKOUT OPTIONS:
FSInteractiveMap:
:git: https://github.com/wordpress-mobile/FSInteractiveMap.git
:tag: 0.2.0
Gutenberg:
:git: http://github.com/wordpress-mobile/gutenberg-mobile/
:submodules: true
:tag: v1.33.0
RNTAztecView:
:git: http://github.com/wordpress-mobile/gutenberg-mobile/
:submodules: true
:tag: v1.33.0
SPEC CHECKSUMS:
1PasswordExtension: f97cc80ae58053c331b2b6dc8843ba7103b33794
Alamofire: 3ec537f71edc9804815215393ae2b1a8ea33a844
AlamofireImage: 63cfe3baf1370be6c498149687cf6db3e3b00999
AlamofireNetworkActivityIndicator: 9acc3de3ca6645bf0efed462396b0df13dd3e7b8
AMScrollingNavbar: cf0ec5a5ee659d76ba2509f630bf14fba7e16dc3
AppAuth: 31bcec809a638d7bd2f86ea8a52bd45f6e81e7c7
AppCenter: fddcbac6e4baae3d93a196ceb0bfe0e4ce407dec
Automattic-Tracks-iOS: 89ccce073a4461831ec8aad2e6100bb77fb9d5d2
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
Charts: f69cf0518b6d1d62608ca504248f1bbe0b6ae77e
CocoaLumberjack: 118bf4a820efc641f79fa487b75ed928dccfae23
CropViewController: a5c143548a0fabcd6cc25f2d26e40460cfb8c78c
DoubleConversion: e22e0762848812a87afd67ffda3998d9ef29170c
Down: 71bf4af3c04fa093e65dffa25c4b64fa61287373
FBLazyVector: 47798d43f20e85af0d3cef09928b6e2d16dbbe4c
FBReactNativeSpec: 8d0bf8eca089153f4196975ca190cda8c2d5dbd2
Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
FormatterKit: 4b8f29acc9b872d5d12a63efb560661e8f2e1b98
FSInteractiveMap: a396f610f48b76cb540baa87139d056429abda86
Gifu: 7bcb6427457d85e0b4dff5a84ec5947ac19a93ea
glog: 1f3da668190260b06b429bb211bfbee5cd790c28
GoogleSignIn: 7137d297ddc022a7e0aa4619c86d72c909fa7213
Gridicons: 8e19276b20bb15d1fda1d4d0db96d066d170135b
GTMAppAuth: 4deac854479704f348309e7b66189e604cf5e01e
GTMSessionFetcher: 6f5c8abbab8a9bce4bb3f057e317728ec6182b10
Gutenberg: 47845344338892f6229303accd5153117d6cb027
JTAppleCalendar: 932cadea40b1051beab10f67843451d48ba16c99
lottie-ios: 85ce835dd8c53e02509f20729fc7d6a4e6645a0a
MediaEditor: 1ff91fda23f693b97c8b56de2456a46bbbebdbe1
MRProgress: 16de7cc9f347e8846797a770db102a323fe7ef09
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
NSObject-SafeExpectations: ab8fe623d36b25aa1f150affa324e40a2f3c0374
"NSURL+IDN": afc873e639c18138a1589697c3add197fe8679ca
OCMock: 43565190abc78977ad44a61c0d20d7f0784d35ab
OHHTTPStubs: 1e21c7d2c084b8153fc53d48400d8919d2d432d0
RCTRequired: 3ca691422140f76f04fd2af6dc90914cf0f81ef1
RCTTypeSafety: aab4e9679dbb3682bf0404fded7b9557d7306795
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
React: 5a954890216a4493df5ab2149f70f18592b513ac
React-Core: 865fa241faa644ff20cb5ec87787b32a5acc43b3
React-CoreModules: 026fafece67a3802aa8bb1995d27227b0d95e0f5
React-cxxreact: 9c76312456310d1b486e23edb9ce576a5397ebc2
React-jsi: 6d6afac4873e8a3433334378589a0a8190d58070
React-jsiexecutor: 9dfdcd0db23042623894dcbc02d61a772da8e3c1
React-jsinspector: 89927b9ec6d75759882949d2043ba704565edaec
react-native-blur: adb31865c20137dacb53c32e3423374ac2b8c5a0
react-native-get-random-values: 8940331a943a46c165d3ed05802c09c392f8dd46
react-native-keyboard-aware-scroll-view: ffa9152671fec9a571197ed2d02e0fcb90206e60
react-native-linear-gradient: 258ba8c61848324b1f2019bed5f460e6396137b7
react-native-safe-area: e8230b0017d76c00de6b01e2412dcf86b127c6a3
react-native-slider: b36527edad24d49d9f3b53f3078334f45558f97b
react-native-video: d01ed7ff1e38fa7dcc6c15c94cf505e661b7bfd0
React-RCTActionSheet: e8f642cfaa396b6b09fd38f53378506c2d63af35
React-RCTAnimation: cec1abbcfb006978a288c5072e3d611d6ff76d4c
React-RCTBlob: 7596eb2048150e429127a92a701e6cd40a8c0a74
React-RCTImage: 03c7e36877a579ee51dcc33079cc8bc98658a722
React-RCTLinking: cdc3f1aaff5f321bc954a98b7ffae3f864a6eaa3
React-RCTNetwork: 33b3da6944786edea496a5fc6afea466633fd711
React-RCTSettings: a3b7b3124315f8c91fad5d8aff08ee97d4b471cd
React-RCTText: ee9c8b70180fb58d062483d9664cd921d14b5961
React-RCTVibration: 20deb1f6f001000d1f2603722ec110c66c74796b
ReactCommon: 48926fc48fcd7c8a629860049ffba9c23b4005dc
ReactNativeDarkMode: f61376360c5d983907e5c316e8e1c853a8c2f348
RNSVG: 68a534a5db06dcbdaebfd5079349191598caef7b
RNTAztecView: d6493e9889f97ac681c1412f4610967370f6d53d
Sentry: ab6c209f23700d1460691dbc90e19ed0a05d496b
SimulatorStatusMagic: 28d4a9d1a500ac7cea0b2b5a43c1c6ddb40ba56c
Sodium: 63c0ca312a932e6da481689537d4b35568841bdc
Starscream: ef3ece99d765eeccb67de105bfa143f929026cf5
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
UIDeviceIdentifier: a79ccdfc940373835a7d8e9fc7541e6bf61b6319
WordPress-Aztec-iOS: b7ac8b30f746992e85d9668453ac87c2cdcecf4f
WordPress-Editor-iOS: 1886f7fe464d79ee64ccfe7985281f8cf45f75eb
WordPressAuthenticator: 57538dea44fb0d05119c0dd3fc176cbe78fa8a78
WordPressKit: b912e3436d7203e6a0d04b477aba05c7b78d495a
WordPressMocks: b4064b99a073117bbc304abe82df78f2fbe60992
WordPressShared: aab68fab944d8132f488e0f2c1b1abb4399a4aff
WordPressUI: 9da5d966b8beb091950cd96880db398d7f30e246
WPMediaPicker: 754bc043ea42abc2eae8a07e5680c777c112666a
wpxmlrpc: 6a9bdd6ab9d1b159b384b0df0f3f39de9af4fecf
Yoga: c920bf12bf8146aa5cd118063378c2cf5682d16c
ZendeskCommonUISDK: 3c432801e31abff97d6e30441ea102eaef6b99e2
ZendeskCoreSDK: 86513e62c1ab68913416c9044463d9b687ca944f
ZendeskMessagingAPISDK: 7c0cbd1d2c941f05b36f73e7db5faee5863fe8b0
ZendeskMessagingSDK: 6f168161d834dd66668344f645f7a6b6b121b58a
ZendeskSDKConfigurationsSDK: 918241bc7ec30e0af9e1b16333d54a584ee8ab9e
ZendeskSupportProvidersSDK: e183d32abac888c448469e2005c4a5a8c3ed73f0
ZendeskSupportSDK: a87ab1e4badace92c75eb11dc77ede1e995b2adc
ZIPFoundation: 249fa8890597086cd536bb2df5c9804d84e122b0
PODFILE CHECKSUM: 96b3c24ee7be1353e612b0e6ddd575fc2c451459
COCOAPODS: 1.8.4