-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile.lock
761 lines (754 loc) · 32.6 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
PODS:
- Alamofire (5.2.1)
- CocoaLumberjack/Core (3.6.1)
- CocoaLumberjack/Swift (3.6.1):
- CocoaLumberjack/Core
- CryptoSwift (1.1.2)
- Differentiator (4.0.1)
- MagazineLayout (1.6.2)
- MaterialComponents (109.8.0):
- MaterialComponents/ActionSheet (= 109.8.0)
- "MaterialComponents/ActionSheet+Theming (= 109.8.0)"
- MaterialComponents/ActivityIndicator (= 109.8.0)
- MaterialComponents/AnimationTiming (= 109.8.0)
- MaterialComponents/AppBar (= 109.8.0)
- "MaterialComponents/AppBar+ColorThemer (= 109.8.0)"
- "MaterialComponents/AppBar+Theming (= 109.8.0)"
- "MaterialComponents/AppBar+TypographyThemer (= 109.8.0)"
- MaterialComponents/Availability (= 109.8.0)
- MaterialComponents/Banner (= 109.8.0)
- "MaterialComponents/Banner+Theming (= 109.8.0)"
- MaterialComponents/BottomAppBar (= 109.8.0)
- MaterialComponents/BottomNavigation (= 109.8.0)
- "MaterialComponents/BottomNavigation+Theming (= 109.8.0)"
- MaterialComponents/BottomSheet (= 109.8.0)
- "MaterialComponents/BottomSheet+ShapeThemer (= 109.8.0)"
- MaterialComponents/ButtonBar (= 109.8.0)
- MaterialComponents/Buttons (= 109.8.0)
- "MaterialComponents/Buttons+ButtonThemer (= 109.8.0)"
- "MaterialComponents/Buttons+ColorThemer (= 109.8.0)"
- "MaterialComponents/Buttons+ShapeThemer (= 109.8.0)"
- "MaterialComponents/Buttons+Theming (= 109.8.0)"
- "MaterialComponents/Buttons+TitleColorAccessibilityMutator (= 109.8.0)"
- "MaterialComponents/Buttons+TypographyThemer (= 109.8.0)"
- MaterialComponents/Cards (= 109.8.0)
- "MaterialComponents/Cards+Theming (= 109.8.0)"
- MaterialComponents/Chips (= 109.8.0)
- "MaterialComponents/Chips+Theming (= 109.8.0)"
- MaterialComponents/CollectionCells (= 109.8.0)
- MaterialComponents/CollectionLayoutAttributes (= 109.8.0)
- MaterialComponents/Collections (= 109.8.0)
- MaterialComponents/Dialogs (= 109.8.0)
- "MaterialComponents/Dialogs+ColorThemer (= 109.8.0)"
- "MaterialComponents/Dialogs+Theming (= 109.8.0)"
- "MaterialComponents/Dialogs+TypographyThemer (= 109.8.0)"
- MaterialComponents/Elevation (= 109.8.0)
- MaterialComponents/FeatureHighlight (= 109.8.0)
- "MaterialComponents/FeatureHighlight+ColorThemer (= 109.8.0)"
- "MaterialComponents/FeatureHighlight+FeatureHighlightAccessibilityMutator (= 109.8.0)"
- MaterialComponents/FlexibleHeader (= 109.8.0)
- "MaterialComponents/FlexibleHeader+CanAlwaysExpandToMaximumHeight (= 109.8.0)"
- "MaterialComponents/FlexibleHeader+ShiftBehavior (= 109.8.0)"
- "MaterialComponents/FlexibleHeader+ShiftBehaviorEnabledWithStatusBar (= 109.8.0)"
- MaterialComponents/HeaderStackView (= 109.8.0)
- "MaterialComponents/HeaderStackView+ColorThemer (= 109.8.0)"
- MaterialComponents/Ink (= 109.8.0)
- MaterialComponents/LibraryInfo (= 109.8.0)
- MaterialComponents/List (= 109.8.0)
- "MaterialComponents/List+Theming (= 109.8.0)"
- MaterialComponents/NavigationBar (= 109.8.0)
- "MaterialComponents/NavigationBar+ColorThemer (= 109.8.0)"
- "MaterialComponents/NavigationBar+TypographyThemer (= 109.8.0)"
- MaterialComponents/NavigationDrawer (= 109.8.0)
- "MaterialComponents/NavigationDrawer+ColorThemer (= 109.8.0)"
- "MaterialComponents/NavigationDrawer+Theming (= 109.8.0)"
- MaterialComponents/OverlayWindow (= 109.8.0)
- MaterialComponents/PageControl (= 109.8.0)
- MaterialComponents/Palettes (= 109.8.0)
- MaterialComponents/private (= 109.8.0)
- MaterialComponents/ProgressView (= 109.8.0)
- "MaterialComponents/ProgressView+Theming (= 109.8.0)"
- MaterialComponents/Ripple (= 109.8.0)
- MaterialComponents/schemes (= 109.8.0)
- MaterialComponents/ShadowElevations (= 109.8.0)
- MaterialComponents/ShadowLayer (= 109.8.0)
- MaterialComponents/ShapeLibrary (= 109.8.0)
- MaterialComponents/Shapes (= 109.8.0)
- MaterialComponents/Slider (= 109.8.0)
- "MaterialComponents/Slider+ColorThemer (= 109.8.0)"
- MaterialComponents/Snackbar (= 109.8.0)
- "MaterialComponents/Snackbar+FontThemer (= 109.8.0)"
- "MaterialComponents/Snackbar+TypographyThemer (= 109.8.0)"
- MaterialComponents/Tabs (= 109.8.0)
- "MaterialComponents/Tabs+Theming (= 109.8.0)"
- "MaterialComponents/Tabs+TypographyThemer (= 109.8.0)"
- "MaterialComponents/TextControls+BaseTextAreas (= 109.8.0)"
- "MaterialComponents/TextControls+BaseTextFields (= 109.8.0)"
- "MaterialComponents/TextControls+Enums (= 109.8.0)"
- "MaterialComponents/TextControls+FilledTextAreas (= 109.8.0)"
- "MaterialComponents/TextControls+FilledTextAreasTheming (= 109.8.0)"
- "MaterialComponents/TextControls+FilledTextFields (= 109.8.0)"
- "MaterialComponents/TextControls+FilledTextFieldsTheming (= 109.8.0)"
- "MaterialComponents/TextControls+OutlinedTextAreas (= 109.8.0)"
- "MaterialComponents/TextControls+OutlinedTextAreasTheming (= 109.8.0)"
- "MaterialComponents/TextControls+OutlinedTextFields (= 109.8.0)"
- "MaterialComponents/TextControls+OutlinedTextFieldsTheming (= 109.8.0)"
- "MaterialComponents/TextControls+UnderlinedTextFields (= 109.8.0)"
- "MaterialComponents/TextControls+UnderlinedTextFieldsTheming (= 109.8.0)"
- MaterialComponents/TextFields (= 109.8.0)
- "MaterialComponents/TextFields+ColorThemer (= 109.8.0)"
- "MaterialComponents/TextFields+Theming (= 109.8.0)"
- MaterialComponents/Themes (= 109.8.0)
- MaterialComponents/Typography (= 109.8.0)
- MaterialComponents/ActionSheet (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/BottomSheet
- MaterialComponents/Elevation
- MaterialComponents/Ink
- MaterialComponents/private/Math
- MaterialComponents/Ripple
- MaterialComponents/ShadowElevations
- MaterialComponents/Typography
- "MaterialComponents/ActionSheet+Theming (109.8.0)":
- MaterialComponents/ActionSheet
- MaterialComponents/Availability
- MaterialComponents/Elevation
- MaterialComponents/private/Color
- MaterialComponents/schemes/Container
- MaterialComponents/ShadowElevations
- MaterialComponents/ActivityIndicator (109.8.0):
- MaterialComponents/Palettes
- MaterialComponents/private/Application
- MDFInternationalization
- MotionAnimator (~> 2.0)
- MaterialComponents/AnimationTiming (109.8.0)
- MaterialComponents/AppBar (109.8.0):
- MaterialComponents/FlexibleHeader
- MaterialComponents/HeaderStackView
- MaterialComponents/NavigationBar
- MaterialComponents/private/Application
- MaterialComponents/private/Icons/ic_arrow_back
- MaterialComponents/private/UIMetrics
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/Typography
- MDFInternationalization
- "MaterialComponents/AppBar+ColorThemer (109.8.0)":
- MaterialComponents/AppBar
- "MaterialComponents/NavigationBar+ColorThemer"
- MaterialComponents/Themes
- "MaterialComponents/AppBar+Theming (109.8.0)":
- MaterialComponents/AppBar
- MaterialComponents/schemes/Container
- "MaterialComponents/AppBar+TypographyThemer (109.8.0)":
- MaterialComponents/AppBar
- "MaterialComponents/NavigationBar+TypographyThemer"
- MaterialComponents/Availability (109.8.0)
- MaterialComponents/Banner (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/Buttons
- MaterialComponents/Elevation
- MaterialComponents/Typography
- "MaterialComponents/Banner+Theming (109.8.0)":
- MaterialComponents/Banner
- MaterialComponents/Buttons
- "MaterialComponents/Buttons+Theming"
- MaterialComponents/Elevation
- MaterialComponents/schemes/Container
- MaterialComponents/Typography
- MaterialComponents/BottomAppBar (109.8.0):
- MaterialComponents/Buttons
- MaterialComponents/NavigationBar
- MaterialComponents/private/Math
- MDFInternationalization
- MaterialComponents/BottomNavigation (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/Elevation
- MaterialComponents/Ink
- MaterialComponents/Palettes
- MaterialComponents/private/Math
- MaterialComponents/Ripple
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/Typography
- MDFInternationalization
- "MaterialComponents/BottomNavigation+Theming (109.8.0)":
- MaterialComponents/BottomNavigation
- MaterialComponents/schemes/Color
- MaterialComponents/schemes/Container
- MaterialComponents/schemes/Typography
- MaterialComponents/ShadowElevations
- MaterialComponents/BottomSheet (109.8.0):
- MaterialComponents/Elevation
- MaterialComponents/private/KeyboardWatcher
- MaterialComponents/private/Math
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/ShapeLibrary
- MaterialComponents/Shapes
- "MaterialComponents/BottomSheet+ShapeThemer (109.8.0)":
- MaterialComponents/BottomSheet
- MaterialComponents/schemes/Shape
- MaterialComponents/ButtonBar (109.8.0):
- MaterialComponents/Buttons
- MaterialComponents/private/Application
- MDFInternationalization
- MaterialComponents/Buttons (109.8.0):
- MaterialComponents/Elevation
- MaterialComponents/Ink
- MaterialComponents/private/Math
- MaterialComponents/Ripple
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/ShapeLibrary
- MaterialComponents/Shapes
- MaterialComponents/Typography
- MDFInternationalization
- MDFTextAccessibility
- "MaterialComponents/Buttons+ButtonThemer (109.8.0)":
- MaterialComponents/Buttons
- "MaterialComponents/Buttons+ColorThemer"
- "MaterialComponents/Buttons+ShapeThemer"
- "MaterialComponents/Buttons+TypographyThemer"
- MaterialComponents/Palettes
- "MaterialComponents/Buttons+ColorThemer (109.8.0)":
- MaterialComponents/Buttons
- MaterialComponents/schemes/Color
- "MaterialComponents/Buttons+ShapeThemer (109.8.0)":
- MaterialComponents/Buttons
- MaterialComponents/schemes/Shape
- "MaterialComponents/Buttons+Theming (109.8.0)":
- MaterialComponents/Buttons
- "MaterialComponents/Buttons+ColorThemer"
- "MaterialComponents/Buttons+ShapeThemer"
- "MaterialComponents/Buttons+TypographyThemer"
- MaterialComponents/schemes/Container
- MaterialComponents/ShadowElevations
- "MaterialComponents/Buttons+TitleColorAccessibilityMutator (109.8.0)":
- MaterialComponents/Buttons
- MDFTextAccessibility
- "MaterialComponents/Buttons+TypographyThemer (109.8.0)":
- MaterialComponents/Buttons
- MaterialComponents/schemes/Typography
- MaterialComponents/Cards (109.8.0):
- MaterialComponents/Elevation
- MaterialComponents/Ink
- MaterialComponents/private/Icons/ic_check_circle
- MaterialComponents/private/Math
- MaterialComponents/Ripple
- MaterialComponents/ShadowLayer
- MaterialComponents/Shapes
- "MaterialComponents/Cards+Theming (109.8.0)":
- MaterialComponents/Cards
- MaterialComponents/schemes/Container
- MaterialComponents/Chips (109.8.0):
- MaterialComponents/Elevation
- MaterialComponents/Ink
- MaterialComponents/private/Math
- MaterialComponents/Ripple
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/ShapeLibrary
- MaterialComponents/Shapes
- MaterialComponents/TextFields
- MaterialComponents/Typography
- MDFInternationalization
- "MaterialComponents/Chips+Theming (109.8.0)":
- MaterialComponents/Chips
- MaterialComponents/schemes/Container
- MaterialComponents/Typography
- MaterialComponents/CollectionCells (109.8.0):
- MaterialComponents/CollectionLayoutAttributes
- MaterialComponents/Ink
- MaterialComponents/Palettes
- MaterialComponents/private/Icons/ic_check
- MaterialComponents/private/Icons/ic_check_circle
- MaterialComponents/private/Icons/ic_chevron_right
- MaterialComponents/private/Icons/ic_info
- MaterialComponents/private/Icons/ic_radio_button_unchecked
- MaterialComponents/private/Icons/ic_reorder
- MaterialComponents/private/Math
- MaterialComponents/Typography
- MDFInternationalization
- MaterialComponents/CollectionLayoutAttributes (109.8.0)
- MaterialComponents/Collections (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/CollectionCells
- MaterialComponents/CollectionLayoutAttributes
- MaterialComponents/Ink
- MaterialComponents/Palettes
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/Typography
- MaterialComponents/Dialogs (109.8.0):
- MaterialComponents/Buttons
- MaterialComponents/Elevation
- MaterialComponents/private/KeyboardWatcher
- MaterialComponents/private/Math
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/Typography
- MDFInternationalization
- "MaterialComponents/Dialogs+ColorThemer (109.8.0)":
- "MaterialComponents/Buttons+ColorThemer"
- MaterialComponents/Dialogs
- MaterialComponents/Themes
- "MaterialComponents/Dialogs+Theming (109.8.0)":
- "MaterialComponents/Buttons+Theming"
- MaterialComponents/Dialogs
- "MaterialComponents/Dialogs+ColorThemer"
- "MaterialComponents/Dialogs+TypographyThemer"
- MaterialComponents/schemes/Container
- MaterialComponents/ShadowElevations
- "MaterialComponents/Dialogs+TypographyThemer (109.8.0)":
- "MaterialComponents/Buttons+TypographyThemer"
- MaterialComponents/Dialogs
- MaterialComponents/schemes/Typography
- MaterialComponents/Elevation (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/private/Color
- MaterialComponents/private/Math
- MaterialComponents/FeatureHighlight (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/private/Math
- MaterialComponents/Typography
- MDFTextAccessibility
- "MaterialComponents/FeatureHighlight+ColorThemer (109.8.0)":
- MaterialComponents/FeatureHighlight
- MaterialComponents/Themes
- "MaterialComponents/FeatureHighlight+FeatureHighlightAccessibilityMutator (109.8.0)":
- MaterialComponents/FeatureHighlight
- MDFTextAccessibility
- MaterialComponents/FlexibleHeader (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/Elevation
- "MaterialComponents/FlexibleHeader+ShiftBehavior"
- "MaterialComponents/FlexibleHeader+ShiftBehaviorEnabledWithStatusBar"
- MaterialComponents/private/Application
- MaterialComponents/private/Math
- MaterialComponents/private/UIMetrics
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MDFTextAccessibility
- "MaterialComponents/FlexibleHeader+CanAlwaysExpandToMaximumHeight (109.8.0)":
- MaterialComponents/FlexibleHeader
- "MaterialComponents/FlexibleHeader+ShiftBehavior (109.8.0)"
- "MaterialComponents/FlexibleHeader+ShiftBehaviorEnabledWithStatusBar (109.8.0)":
- "MaterialComponents/FlexibleHeader+ShiftBehavior"
- MaterialComponents/HeaderStackView (109.8.0)
- "MaterialComponents/HeaderStackView+ColorThemer (109.8.0)":
- MaterialComponents/HeaderStackView
- MaterialComponents/Themes
- MaterialComponents/Ink (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/private/Color
- MaterialComponents/private/Math
- MaterialComponents/LibraryInfo (109.8.0)
- MaterialComponents/List (109.8.0):
- MaterialComponents/Elevation
- MaterialComponents/Ink
- MaterialComponents/private/Math
- MaterialComponents/Ripple
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/Typography
- MDFInternationalization
- "MaterialComponents/List+Theming (109.8.0)":
- MaterialComponents/List
- MaterialComponents/schemes/Container
- MaterialComponents/NavigationBar (109.8.0):
- MaterialComponents/ButtonBar
- MaterialComponents/Elevation
- MaterialComponents/private/Math
- MaterialComponents/Typography
- MDFInternationalization
- MDFTextAccessibility
- "MaterialComponents/NavigationBar+ColorThemer (109.8.0)":
- MaterialComponents/NavigationBar
- MaterialComponents/schemes/Color
- "MaterialComponents/NavigationBar+TypographyThemer (109.8.0)":
- MaterialComponents/NavigationBar
- MaterialComponents/schemes/Typography
- MaterialComponents/NavigationDrawer (109.8.0):
- MaterialComponents/Elevation
- MaterialComponents/Palettes
- MaterialComponents/private/Math
- MaterialComponents/private/UIMetrics
- MaterialComponents/ShadowLayer
- "MaterialComponents/NavigationDrawer+ColorThemer (109.8.0)":
- MaterialComponents/NavigationDrawer
- MaterialComponents/schemes/Color
- "MaterialComponents/NavigationDrawer+Theming (109.8.0)":
- MaterialComponents/NavigationDrawer
- MaterialComponents/schemes/Container
- MaterialComponents/OverlayWindow (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/private/Application
- MaterialComponents/PageControl (109.8.0):
- MDFInternationalization
- MaterialComponents/Palettes (109.8.0)
- MaterialComponents/private (109.8.0):
- MaterialComponents/private/Application (= 109.8.0)
- MaterialComponents/private/Color (= 109.8.0)
- MaterialComponents/private/Icons (= 109.8.0)
- MaterialComponents/private/KeyboardWatcher (= 109.8.0)
- MaterialComponents/private/Math (= 109.8.0)
- MaterialComponents/private/Overlay (= 109.8.0)
- "MaterialComponents/private/TextControlsPrivate+BaseStyle (= 109.8.0)"
- "MaterialComponents/private/TextControlsPrivate+FilledStyle (= 109.8.0)"
- "MaterialComponents/private/TextControlsPrivate+OutlinedStyle (= 109.8.0)"
- "MaterialComponents/private/TextControlsPrivate+Shared (= 109.8.0)"
- "MaterialComponents/private/TextControlsPrivate+TextFields (= 109.8.0)"
- "MaterialComponents/private/TextControlsPrivate+UnderlinedStyle (= 109.8.0)"
- MaterialComponents/private/ThumbTrack (= 109.8.0)
- MaterialComponents/private/UIMetrics (= 109.8.0)
- MaterialComponents/private/Application (109.8.0)
- MaterialComponents/private/Color (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/private/Icons (109.8.0):
- MaterialComponents/private/Icons/Base (= 109.8.0)
- MaterialComponents/private/Icons/ic_arrow_back (= 109.8.0)
- MaterialComponents/private/Icons/ic_check (= 109.8.0)
- MaterialComponents/private/Icons/ic_check_circle (= 109.8.0)
- MaterialComponents/private/Icons/ic_chevron_right (= 109.8.0)
- MaterialComponents/private/Icons/ic_color_lens (= 109.8.0)
- MaterialComponents/private/Icons/ic_help_outline (= 109.8.0)
- MaterialComponents/private/Icons/ic_info (= 109.8.0)
- MaterialComponents/private/Icons/ic_more_horiz (= 109.8.0)
- MaterialComponents/private/Icons/ic_radio_button_unchecked (= 109.8.0)
- MaterialComponents/private/Icons/ic_reorder (= 109.8.0)
- MaterialComponents/private/Icons/ic_settings (= 109.8.0)
- MaterialComponents/private/Icons/Base (109.8.0)
- MaterialComponents/private/Icons/ic_arrow_back (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_check (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_check_circle (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_chevron_right (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_color_lens (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_help_outline (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_info (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_more_horiz (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_radio_button_unchecked (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_reorder (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/Icons/ic_settings (109.8.0):
- MaterialComponents/private/Icons/Base
- MaterialComponents/private/KeyboardWatcher (109.8.0):
- MaterialComponents/private/Application
- MaterialComponents/private/Math (109.8.0)
- MaterialComponents/private/Overlay (109.8.0)
- "MaterialComponents/private/TextControlsPrivate+BaseStyle (109.8.0)":
- MaterialComponents/AnimationTiming
- MaterialComponents/private/Math
- "MaterialComponents/private/TextControlsPrivate+Shared"
- "MaterialComponents/private/TextControlsPrivate+FilledStyle (109.8.0)":
- MaterialComponents/AnimationTiming
- MaterialComponents/Availability
- MaterialComponents/private/Math
- "MaterialComponents/private/TextControlsPrivate+Shared"
- "MaterialComponents/private/TextControlsPrivate+UnderlinedStyle"
- "MaterialComponents/private/TextControlsPrivate+OutlinedStyle (109.8.0)":
- MaterialComponents/AnimationTiming
- MaterialComponents/Availability
- MaterialComponents/private/Math
- "MaterialComponents/private/TextControlsPrivate+Shared"
- "MaterialComponents/private/TextControlsPrivate+Shared (109.8.0)":
- MaterialComponents/AnimationTiming
- MaterialComponents/private/Math
- "MaterialComponents/TextControls+Enums"
- "MaterialComponents/private/TextControlsPrivate+TextFields (109.8.0)":
- MaterialComponents/private/Math
- "MaterialComponents/private/TextControlsPrivate+Shared"
- "MaterialComponents/private/TextControlsPrivate+UnderlinedStyle (109.8.0)":
- MaterialComponents/AnimationTiming
- MaterialComponents/Availability
- MaterialComponents/private/Math
- "MaterialComponents/private/TextControlsPrivate+Shared"
- MaterialComponents/private/ThumbTrack (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/Ink
- MaterialComponents/private/Math
- MaterialComponents/Ripple
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/Typography
- MDFInternationalization
- MaterialComponents/private/UIMetrics (109.8.0):
- MaterialComponents/private/Application
- MaterialComponents/ProgressView (109.8.0):
- MaterialComponents/Palettes
- MaterialComponents/private/Math
- MDFInternationalization
- "MaterialComponents/ProgressView+Theming (109.8.0)":
- MaterialComponents/ProgressView
- MaterialComponents/schemes/Container
- MaterialComponents/Ripple (109.8.0):
- MaterialComponents/AnimationTiming
- MaterialComponents/Availability
- MaterialComponents/private/Color
- MaterialComponents/private/Math
- MaterialComponents/schemes (109.8.0):
- MaterialComponents/schemes/Color (= 109.8.0)
- MaterialComponents/schemes/Container (= 109.8.0)
- MaterialComponents/schemes/Shape (= 109.8.0)
- MaterialComponents/schemes/Typography (= 109.8.0)
- "MaterialComponents/schemes/Typography+BasicFontScheme (= 109.8.0)"
- "MaterialComponents/schemes/Typography+Scheming (= 109.8.0)"
- MaterialComponents/schemes/Color (109.8.0):
- MaterialComponents/Availability
- MaterialComponents/private/Color
- MaterialComponents/schemes/Container (109.8.0):
- MaterialComponents/schemes/Color
- MaterialComponents/schemes/Shape
- MaterialComponents/schemes/Typography
- MaterialComponents/schemes/Shape (109.8.0):
- MaterialComponents/ShapeLibrary
- MaterialComponents/Shapes
- MaterialComponents/schemes/Typography (109.8.0):
- "MaterialComponents/schemes/Typography+BasicFontScheme"
- "MaterialComponents/schemes/Typography+Scheming"
- MaterialComponents/Typography
- "MaterialComponents/schemes/Typography+BasicFontScheme (109.8.0)"
- "MaterialComponents/schemes/Typography+Scheming (109.8.0)"
- MaterialComponents/ShadowElevations (109.8.0)
- MaterialComponents/ShadowLayer (109.8.0):
- MaterialComponents/ShadowElevations
- MaterialComponents/ShapeLibrary (109.8.0):
- MaterialComponents/private/Math
- MaterialComponents/Shapes
- MaterialComponents/Shapes (109.8.0):
- MaterialComponents/private/Color
- MaterialComponents/private/Math
- MaterialComponents/ShadowLayer
- MaterialComponents/Slider (109.8.0):
- MaterialComponents/Elevation
- MaterialComponents/Palettes
- MaterialComponents/private/Math
- MaterialComponents/private/ThumbTrack
- MaterialComponents/ShadowElevations
- "MaterialComponents/Slider+ColorThemer (109.8.0)":
- MaterialComponents/Palettes
- MaterialComponents/schemes/Color
- MaterialComponents/Slider
- MaterialComponents/Snackbar (109.8.0):
- MaterialComponents/AnimationTiming
- MaterialComponents/Availability
- MaterialComponents/Buttons
- MaterialComponents/Elevation
- MaterialComponents/OverlayWindow
- MaterialComponents/private/Application
- MaterialComponents/private/KeyboardWatcher
- MaterialComponents/private/Math
- MaterialComponents/private/Overlay
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/Typography
- "MaterialComponents/Snackbar+FontThemer (109.8.0)":
- MaterialComponents/Snackbar
- MaterialComponents/Themes
- "MaterialComponents/Snackbar+TypographyThemer (109.8.0)":
- MaterialComponents/schemes/Typography
- MaterialComponents/Snackbar
- MaterialComponents/Tabs (109.8.0):
- MaterialComponents/AnimationTiming
- MaterialComponents/Elevation
- MaterialComponents/Ink
- MaterialComponents/Palettes
- MaterialComponents/private/Math
- MaterialComponents/Ripple
- MaterialComponents/ShadowElevations
- MaterialComponents/ShadowLayer
- MaterialComponents/Typography
- MDFInternationalization
- "MaterialComponents/Tabs+Theming (109.8.0)":
- MaterialComponents/schemes/Container
- MaterialComponents/Tabs
- "MaterialComponents/Tabs+TypographyThemer"
- "MaterialComponents/Tabs+TypographyThemer (109.8.0)":
- MaterialComponents/schemes/Typography
- MaterialComponents/Tabs
- "MaterialComponents/TextControls+BaseTextAreas (109.8.0)":
- "MaterialComponents/private/TextControlsPrivate+BaseStyle"
- "MaterialComponents/private/TextControlsPrivate+Shared"
- MDFInternationalization
- "MaterialComponents/TextControls+BaseTextFields (109.8.0)":
- "MaterialComponents/private/TextControlsPrivate+BaseStyle"
- "MaterialComponents/private/TextControlsPrivate+Shared"
- "MaterialComponents/private/TextControlsPrivate+TextFields"
- MDFInternationalization
- "MaterialComponents/TextControls+Enums (109.8.0)"
- "MaterialComponents/TextControls+FilledTextAreas (109.8.0)":
- MaterialComponents/Availability
- "MaterialComponents/private/TextControlsPrivate+FilledStyle"
- "MaterialComponents/TextControls+BaseTextAreas"
- "MaterialComponents/TextControls+FilledTextAreasTheming (109.8.0)":
- MaterialComponents/schemes/Container
- "MaterialComponents/TextControls+FilledTextAreas"
- "MaterialComponents/TextControls+FilledTextFields (109.8.0)":
- MaterialComponents/Availability
- "MaterialComponents/private/TextControlsPrivate+FilledStyle"
- "MaterialComponents/TextControls+BaseTextFields"
- "MaterialComponents/TextControls+FilledTextFieldsTheming (109.8.0)":
- MaterialComponents/schemes/Container
- "MaterialComponents/TextControls+FilledTextFields"
- "MaterialComponents/TextControls+OutlinedTextAreas (109.8.0)":
- MaterialComponents/Availability
- "MaterialComponents/private/TextControlsPrivate+OutlinedStyle"
- "MaterialComponents/TextControls+BaseTextAreas"
- "MaterialComponents/TextControls+OutlinedTextAreasTheming (109.8.0)":
- MaterialComponents/schemes/Container
- "MaterialComponents/TextControls+OutlinedTextAreas"
- "MaterialComponents/TextControls+OutlinedTextFields (109.8.0)":
- MaterialComponents/Availability
- "MaterialComponents/private/TextControlsPrivate+OutlinedStyle"
- "MaterialComponents/TextControls+BaseTextFields"
- "MaterialComponents/TextControls+OutlinedTextFieldsTheming (109.8.0)":
- MaterialComponents/schemes/Container
- "MaterialComponents/TextControls+OutlinedTextFields"
- "MaterialComponents/TextControls+UnderlinedTextFields (109.8.0)":
- MaterialComponents/Availability
- "MaterialComponents/private/TextControlsPrivate+UnderlinedStyle"
- "MaterialComponents/TextControls+BaseTextFields"
- "MaterialComponents/TextControls+UnderlinedTextFieldsTheming (109.8.0)":
- MaterialComponents/schemes/Container
- "MaterialComponents/TextControls+UnderlinedTextFields"
- MaterialComponents/TextFields (109.8.0):
- MaterialComponents/AnimationTiming
- MaterialComponents/Buttons
- MaterialComponents/Elevation
- MaterialComponents/Palettes
- MaterialComponents/private/Math
- MaterialComponents/Typography
- MDFInternationalization
- "MaterialComponents/TextFields+ColorThemer (109.8.0)":
- MaterialComponents/TextFields
- MaterialComponents/Themes
- "MaterialComponents/TextFields+Theming (109.8.0)":
- MaterialComponents/schemes/Container
- MaterialComponents/TextFields
- "MaterialComponents/TextFields+ColorThemer"
- MaterialComponents/Themes (109.8.0):
- MaterialComponents/schemes/Color
- MaterialComponents/schemes/Typography
- MaterialComponents/Typography (109.8.0):
- MaterialComponents/private/Application
- MaterialComponents/private/Math
- MDFInternationalization (2.0.0)
- MDFTextAccessibility (2.0.0)
- Mocker (1.0.0)
- MotionAnimator (2.8.1):
- MotionInterchange (~> 1.6)
- MotionInterchange (1.6.0)
- MXParallaxHeader (1.1.0)
- Nimble (8.1.2)
- Pageboy (3.6.1)
- PureLayout (3.1.6)
- RxAlamofire (5.5.0):
- RxAlamofire/Core (= 5.5.0)
- RxAlamofire/Core (5.5.0):
- Alamofire (~> 5.1)
- RxSwift (~> 5.1)
- RxBlocking (5.1.1):
- RxSwift (~> 5)
- RxCocoa (5.1.1):
- RxRelay (~> 5)
- RxSwift (~> 5)
- RxDataSources (4.0.1):
- Differentiator (~> 4.0)
- RxCocoa (~> 5.0)
- RxSwift (~> 5.0)
- RxRelay (5.1.1):
- RxSwift (~> 5)
- RxSwift (5.1.1)
- RxTest (5.1.1):
- RxSwift (~> 5)
- SDWebImage (5.9.1):
- SDWebImage/Core (= 5.9.1)
- SDWebImage/Core (5.9.1)
- SwiftLint (0.39.2)
DEPENDENCIES:
- Alamofire
- CocoaLumberjack/Swift
- CryptoSwift (= 1.1.2)
- MagazineLayout (from `https://github.com/farshadmb/MagazineLayout.git`)
- MaterialComponents
- Mocker (~> 1.0.0)
- MXParallaxHeader
- Nimble
- Pageboy
- PureLayout
- RxAlamofire
- RxBlocking
- RxCocoa
- RxDataSources
- RxSwift
- RxTest
- SDWebImage
- SwiftLint
SPEC REPOS:
trunk:
- Alamofire
- CocoaLumberjack
- CryptoSwift
- Differentiator
- MaterialComponents
- MDFInternationalization
- MDFTextAccessibility
- Mocker
- MotionAnimator
- MotionInterchange
- MXParallaxHeader
- Nimble
- Pageboy
- PureLayout
- RxAlamofire
- RxBlocking
- RxCocoa
- RxDataSources
- RxRelay
- RxSwift
- RxTest
- SDWebImage
- SwiftLint
EXTERNAL SOURCES:
MagazineLayout:
:git: https://github.com/farshadmb/MagazineLayout.git
CHECKOUT OPTIONS:
MagazineLayout:
:commit: 1e795ecae0bb8f944a1c4c5f3bd92620c0ce0c93
:git: https://github.com/farshadmb/MagazineLayout.git
SPEC CHECKSUMS:
Alamofire: e911732990610fe89af59ac0077f923d72dc3dfd
CocoaLumberjack: b17ae15142558d08bbacf69775fa10c4abbebcc9
CryptoSwift: 31dacd1f13427439ddae5b5cbaae4c8dbc43047e
Differentiator: 886080237d9f87f322641dedbc5be257061b0602
MagazineLayout: 8e995730bc2b1ff8f11f44cb7d7926ab9640892f
MaterialComponents: 00df0652f52cd6968b02d531bd2e6956b0f907b8
MDFInternationalization: 010097556d6b09d2c4ea38e0820ea6d37be6a314
MDFTextAccessibility: 85c09a1bd9c321f494348e632a25063bcda35a53
Mocker: 58560cc516f6240e92492dad66f295e7cdd7cdb2
MotionAnimator: ee16aa30567c5bae0fb2750c132915829cfaaf8a
MotionInterchange: ead0e3ae1f3a5fb539e289debbc7ae036160a10d
MXParallaxHeader: de3c867e10ba46e8f6e20c8ee1f2a910372b3b94
Nimble: 3864815b4703c7ebffba875973c70e854489fbae
Pageboy: 29a2d474ad99404b4d77f325e0ab6d705930a4fb
PureLayout: bd3c4ec3a3819ad387c99ebb72c6b129c3ed4d2d
RxAlamofire: 22287c710761466d0123504c566a8381520d4d63
RxBlocking: 5f700a78cad61ce253ebd37c9a39b5ccc76477b4
RxCocoa: 32065309a38d29b5b0db858819b5bf9ef038b601
RxDataSources: efee07fa4de48477eca0a4611e6d11e2da9c1114
RxRelay: d77f7d771495f43c556cbc43eebd1bb54d01e8e9
RxSwift: 81470a2074fa8780320ea5fe4102807cb7118178
RxTest: 711632d5644dffbeb62c936a521b5b008a1e1faa
SDWebImage: a990c053fff71e388a10f3357edb0be17929c9c5
SwiftLint: 22ccbbe3b8008684be5955693bab135e0ed6a447
PODFILE CHECKSUM: cde5b5350234211e6adef69591befc23defa638c
COCOAPODS: 1.9.3