pod-builder 1.9.4 → 2.0.0.beta.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +9 -0
  3. data/Example/Frameworks/.gitignore +6 -0
  4. data/Example/Frameworks/.pod_builder/pod_builder +0 -0
  5. data/Example/Frameworks/PodBuilder.json +10 -4
  6. data/Example/Frameworks/Podfile +23 -0
  7. data/Example/Frameworks/Podfile.restore +40 -0
  8. data/Example/PodBuilderExample/AppDelegate.swift +4 -0
  9. data/Example/PodBuilderExample.xcodeproj/project.pbxproj +3 -8
  10. data/Example/{PodBuilderExample.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist → PodBuilderExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist} +2 -8
  11. data/Example/Podfile +44 -1
  12. data/Example/Podfile.lock +426 -7
  13. data/Example/Pods-acknowledgements.md +210 -0
  14. data/Example/Pods-acknowledgements.plist +206 -0
  15. data/README.md +38 -1
  16. data/exe/pod_builder +14 -14
  17. data/lib/pod_builder/analyze.rb +32 -7
  18. data/lib/pod_builder/analyzer.rb +16 -0
  19. data/lib/pod_builder/command/build.rb +110 -109
  20. data/lib/pod_builder/command/clean.rb +9 -11
  21. data/lib/pod_builder/command/clear_lldbinit.rb +1 -1
  22. data/lib/pod_builder/command/deintegrate.rb +2 -1
  23. data/lib/pod_builder/command/generate_lfs.rb +2 -2
  24. data/lib/pod_builder/command/install_sources.rb +1 -1
  25. data/lib/pod_builder/command/switch.rb +99 -99
  26. data/lib/pod_builder/command/sync_podfile.rb +2 -1
  27. data/lib/pod_builder/command/update.rb +1 -1
  28. data/lib/pod_builder/command/update_lldbinit.rb +2 -2
  29. data/lib/pod_builder/configuration.rb +61 -7
  30. data/lib/pod_builder/core.rb +60 -5
  31. data/lib/pod_builder/info.rb +24 -90
  32. data/lib/pod_builder/install.rb +148 -82
  33. data/lib/pod_builder/podfile/post_actions.rb +0 -1
  34. data/lib/pod_builder/podfile.rb +83 -14
  35. data/lib/pod_builder/podfile_item.rb +152 -74
  36. data/lib/pod_builder/podspec.rb +125 -133
  37. data/lib/pod_builder/rome/post_install.rb +248 -0
  38. data/lib/pod_builder/rome/pre_install.rb +6 -0
  39. data/lib/pod_builder/templates/build_podfile.template +1 -1
  40. data/lib/pod_builder/version.rb +1 -1
  41. data/pod-builder.gemspec +3 -3
  42. metadata +28 -60
  43. data/Example/Pods/Alamofire/LICENSE +0 -19
  44. data/Example/Pods/Alamofire/README.md +0 -242
  45. data/Example/Pods/Alamofire/Source/AFError.swift +0 -460
  46. data/Example/Pods/Alamofire/Source/Alamofire.swift +0 -465
  47. data/Example/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift +0 -37
  48. data/Example/Pods/Alamofire/Source/MultipartFormData.swift +0 -580
  49. data/Example/Pods/Alamofire/Source/NetworkReachabilityManager.swift +0 -233
  50. data/Example/Pods/Alamofire/Source/Notifications.swift +0 -55
  51. data/Example/Pods/Alamofire/Source/ParameterEncoding.swift +0 -483
  52. data/Example/Pods/Alamofire/Source/Request.swift +0 -654
  53. data/Example/Pods/Alamofire/Source/Response.swift +0 -567
  54. data/Example/Pods/Alamofire/Source/ResponseSerialization.swift +0 -715
  55. data/Example/Pods/Alamofire/Source/Result.swift +0 -300
  56. data/Example/Pods/Alamofire/Source/ServerTrustPolicy.swift +0 -307
  57. data/Example/Pods/Alamofire/Source/SessionDelegate.swift +0 -725
  58. data/Example/Pods/Alamofire/Source/SessionManager.swift +0 -896
  59. data/Example/Pods/Alamofire/Source/TaskDelegate.swift +0 -466
  60. data/Example/Pods/Alamofire/Source/Timeline.swift +0 -136
  61. data/Example/Pods/Alamofire/Source/Validation.swift +0 -315
  62. data/Example/Pods/Manifest.lock +0 -16
  63. data/Example/Pods/Pods.xcodeproj/project.pbxproj +0 -673
  64. data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Alamofire.xcscheme +0 -60
  65. data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Pods-PodBuilderExample.xcscheme +0 -60
  66. data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist +0 -21
  67. data/Example/Pods/Target Support Files/Alamofire/Alamofire-dummy.m +0 -5
  68. data/Example/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch +0 -12
  69. data/Example/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h +0 -16
  70. data/Example/Pods/Target Support Files/Alamofire/Alamofire.modulemap +0 -6
  71. data/Example/Pods/Target Support Files/Alamofire/Alamofire.xcconfig +0 -9
  72. data/Example/Pods/Target Support Files/Alamofire/Info.plist +0 -26
  73. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Info.plist +0 -26
  74. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.markdown +0 -26
  75. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.plist +0 -58
  76. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-dummy.m +0 -5
  77. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh +0 -153
  78. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-resources.sh +0 -118
  79. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-umbrella.h +0 -16
  80. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.debug.xcconfig +0 -11
  81. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.modulemap +0 -6
  82. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.release.xcconfig +0 -11
  83. data/lib/pod_builder/cocoapods/specification.rb +0 -27
data/Example/Podfile.lock CHANGED
@@ -1,16 +1,435 @@
1
1
  PODS:
2
- - Alamofire (4.7.3)
2
+ - abseil (0.20200225.0):
3
+ - abseil/algorithm (= 0.20200225.0)
4
+ - abseil/base (= 0.20200225.0)
5
+ - abseil/container (= 0.20200225.0)
6
+ - abseil/memory (= 0.20200225.0)
7
+ - abseil/meta (= 0.20200225.0)
8
+ - abseil/numeric (= 0.20200225.0)
9
+ - abseil/strings (= 0.20200225.0)
10
+ - abseil/time (= 0.20200225.0)
11
+ - abseil/types (= 0.20200225.0)
12
+ - abseil/utility (= 0.20200225.0)
13
+ - abseil/algorithm (0.20200225.0):
14
+ - abseil/algorithm/algorithm (= 0.20200225.0)
15
+ - abseil/algorithm/algorithm (0.20200225.0):
16
+ - abseil/base/config
17
+ - abseil/base (0.20200225.0):
18
+ - abseil/base/atomic_hook (= 0.20200225.0)
19
+ - abseil/base/base (= 0.20200225.0)
20
+ - abseil/base/base_internal (= 0.20200225.0)
21
+ - abseil/base/bits (= 0.20200225.0)
22
+ - abseil/base/config (= 0.20200225.0)
23
+ - abseil/base/core_headers (= 0.20200225.0)
24
+ - abseil/base/dynamic_annotations (= 0.20200225.0)
25
+ - abseil/base/endian (= 0.20200225.0)
26
+ - abseil/base/errno_saver (= 0.20200225.0)
27
+ - abseil/base/log_severity (= 0.20200225.0)
28
+ - abseil/base/raw_logging_internal (= 0.20200225.0)
29
+ - abseil/base/spinlock_wait (= 0.20200225.0)
30
+ - abseil/base/throw_delegate (= 0.20200225.0)
31
+ - abseil/base/atomic_hook (0.20200225.0):
32
+ - abseil/base/config
33
+ - abseil/base/core_headers
34
+ - abseil/base/base (0.20200225.0):
35
+ - abseil/base/atomic_hook
36
+ - abseil/base/base_internal
37
+ - abseil/base/config
38
+ - abseil/base/core_headers
39
+ - abseil/base/dynamic_annotations
40
+ - abseil/base/log_severity
41
+ - abseil/base/raw_logging_internal
42
+ - abseil/base/spinlock_wait
43
+ - abseil/meta/type_traits
44
+ - abseil/base/base_internal (0.20200225.0):
45
+ - abseil/base/config
46
+ - abseil/meta/type_traits
47
+ - abseil/base/bits (0.20200225.0):
48
+ - abseil/base/config
49
+ - abseil/base/core_headers
50
+ - abseil/base/config (0.20200225.0)
51
+ - abseil/base/core_headers (0.20200225.0):
52
+ - abseil/base/config
53
+ - abseil/base/dynamic_annotations (0.20200225.0)
54
+ - abseil/base/endian (0.20200225.0):
55
+ - abseil/base/config
56
+ - abseil/base/core_headers
57
+ - abseil/base/errno_saver (0.20200225.0):
58
+ - abseil/base/config
59
+ - abseil/base/log_severity (0.20200225.0):
60
+ - abseil/base/config
61
+ - abseil/base/core_headers
62
+ - abseil/base/raw_logging_internal (0.20200225.0):
63
+ - abseil/base/atomic_hook
64
+ - abseil/base/config
65
+ - abseil/base/core_headers
66
+ - abseil/base/log_severity
67
+ - abseil/base/spinlock_wait (0.20200225.0):
68
+ - abseil/base/base_internal
69
+ - abseil/base/core_headers
70
+ - abseil/base/errno_saver
71
+ - abseil/base/throw_delegate (0.20200225.0):
72
+ - abseil/base/config
73
+ - abseil/base/raw_logging_internal
74
+ - abseil/container (0.20200225.0):
75
+ - abseil/container/compressed_tuple (= 0.20200225.0)
76
+ - abseil/container/inlined_vector (= 0.20200225.0)
77
+ - abseil/container/inlined_vector_internal (= 0.20200225.0)
78
+ - abseil/container/compressed_tuple (0.20200225.0):
79
+ - abseil/utility/utility
80
+ - abseil/container/inlined_vector (0.20200225.0):
81
+ - abseil/algorithm/algorithm
82
+ - abseil/base/core_headers
83
+ - abseil/base/throw_delegate
84
+ - abseil/container/inlined_vector_internal
85
+ - abseil/memory/memory
86
+ - abseil/container/inlined_vector_internal (0.20200225.0):
87
+ - abseil/base/core_headers
88
+ - abseil/container/compressed_tuple
89
+ - abseil/memory/memory
90
+ - abseil/meta/type_traits
91
+ - abseil/types/span
92
+ - abseil/memory (0.20200225.0):
93
+ - abseil/memory/memory (= 0.20200225.0)
94
+ - abseil/memory/memory (0.20200225.0):
95
+ - abseil/base/core_headers
96
+ - abseil/meta/type_traits
97
+ - abseil/meta (0.20200225.0):
98
+ - abseil/meta/type_traits (= 0.20200225.0)
99
+ - abseil/meta/type_traits (0.20200225.0):
100
+ - abseil/base/config
101
+ - abseil/numeric (0.20200225.0):
102
+ - abseil/numeric/int128 (= 0.20200225.0)
103
+ - abseil/numeric/int128 (0.20200225.0):
104
+ - abseil/base/config
105
+ - abseil/base/core_headers
106
+ - abseil/strings (0.20200225.0):
107
+ - abseil/strings/internal (= 0.20200225.0)
108
+ - abseil/strings/str_format (= 0.20200225.0)
109
+ - abseil/strings/str_format_internal (= 0.20200225.0)
110
+ - abseil/strings/strings (= 0.20200225.0)
111
+ - abseil/strings/internal (0.20200225.0):
112
+ - abseil/base/config
113
+ - abseil/base/core_headers
114
+ - abseil/base/endian
115
+ - abseil/base/raw_logging_internal
116
+ - abseil/meta/type_traits
117
+ - abseil/strings/str_format (0.20200225.0):
118
+ - abseil/strings/str_format_internal
119
+ - abseil/strings/str_format_internal (0.20200225.0):
120
+ - abseil/base/config
121
+ - abseil/base/core_headers
122
+ - abseil/meta/type_traits
123
+ - abseil/numeric/int128
124
+ - abseil/strings/strings
125
+ - abseil/types/span
126
+ - abseil/strings/strings (0.20200225.0):
127
+ - abseil/base/base
128
+ - abseil/base/bits
129
+ - abseil/base/config
130
+ - abseil/base/core_headers
131
+ - abseil/base/endian
132
+ - abseil/base/raw_logging_internal
133
+ - abseil/base/throw_delegate
134
+ - abseil/memory/memory
135
+ - abseil/meta/type_traits
136
+ - abseil/numeric/int128
137
+ - abseil/strings/internal
138
+ - abseil/time (0.20200225.0)
139
+ - abseil/types (0.20200225.0):
140
+ - abseil/types/bad_optional_access (= 0.20200225.0)
141
+ - abseil/types/optional (= 0.20200225.0)
142
+ - abseil/types/span (= 0.20200225.0)
143
+ - abseil/types/bad_optional_access (0.20200225.0):
144
+ - abseil/base/config
145
+ - abseil/base/raw_logging_internal
146
+ - abseil/types/optional (0.20200225.0):
147
+ - abseil/base/base_internal
148
+ - abseil/base/config
149
+ - abseil/base/core_headers
150
+ - abseil/memory/memory
151
+ - abseil/meta/type_traits
152
+ - abseil/types/bad_optional_access
153
+ - abseil/utility/utility
154
+ - abseil/types/span (0.20200225.0):
155
+ - abseil/algorithm/algorithm
156
+ - abseil/base/core_headers
157
+ - abseil/base/throw_delegate
158
+ - abseil/meta/type_traits
159
+ - abseil/utility (0.20200225.0):
160
+ - abseil/utility/utility (= 0.20200225.0)
161
+ - abseil/utility/utility (0.20200225.0):
162
+ - abseil/base/base_internal
163
+ - abseil/base/config
164
+ - abseil/meta/type_traits
165
+ - AFNetworking (4.0.1)
166
+ - Alamofire (4.9.1)
167
+ - BoringSSL-GRPC (0.0.7)
168
+ - Firebase (6.30.0):
169
+ - Firebase/Core (= 6.30.0)
170
+ - Firebase/Core (6.30.0):
171
+ - Firebase/CoreOnly
172
+ - FirebaseAnalytics (= 6.7.2)
173
+ - Firebase/CoreOnly (6.30.0):
174
+ - FirebaseCore (= 6.10.0)
175
+ - FirebaseABTesting (4.2.0):
176
+ - FirebaseCore (~> 6.10)
177
+ - FirebaseAnalytics (6.7.2):
178
+ - FirebaseCore (~> 6.8)
179
+ - FirebaseInstallations (~> 1.4)
180
+ - GoogleAppMeasurement (= 6.7.2)
181
+ - GoogleUtilities/AppDelegateSwizzler (~> 6.7)
182
+ - GoogleUtilities/MethodSwizzler (~> 6.7)
183
+ - GoogleUtilities/Network (~> 6.7)
184
+ - "GoogleUtilities/NSData+zlib (~> 6.7)"
185
+ - nanopb (~> 1.30905.0)
186
+ - FirebaseAuth (6.8.0):
187
+ - FirebaseCore
188
+ - GoogleUtilities/AppDelegateSwizzler
189
+ - GoogleUtilities/Environment
190
+ - GTMSessionFetcher/Core
191
+ - FirebaseCore (6.10.0):
192
+ - FirebaseCoreDiagnostics
193
+ - GoogleUtilities/Environment
194
+ - GoogleUtilities/Logger
195
+ - FirebaseCoreDiagnostics (1.5.0):
196
+ - GoogleDataTransport
197
+ - GoogleUtilities/Environment
198
+ - GoogleUtilities/Logger
199
+ - nanopb
200
+ - FirebaseCrashlytics (4.4.0):
201
+ - FirebaseCore
202
+ - FirebaseInstallations
203
+ - GoogleDataTransport
204
+ - nanopb
205
+ - PromisesObjC
206
+ - FirebaseDatabase (6.5.0):
207
+ - FirebaseCore
208
+ - leveldb-library
209
+ - FirebaseFirestore (1.16.4):
210
+ - abseil/algorithm
211
+ - abseil/base
212
+ - abseil/memory
213
+ - abseil/meta
214
+ - abseil/strings/strings
215
+ - abseil/time
216
+ - abseil/types
217
+ - FirebaseCore
218
+ - "gRPC-C++"
219
+ - leveldb-library
220
+ - nanopb
221
+ - FirebaseInstallations (1.6.0):
222
+ - FirebaseCore
223
+ - GoogleUtilities/Environment
224
+ - GoogleUtilities/UserDefaults
225
+ - PromisesObjC
226
+ - FirebasePerformance (3.3.0):
227
+ - FirebaseCore (~> 6.9)
228
+ - FirebaseInstallations (~> 1.5)
229
+ - FirebaseRemoteConfig (~> 4.7)
230
+ - GoogleDataTransport (~> 7.0)
231
+ - GoogleToolboxForMac/Logger (~> 2.1)
232
+ - "GoogleToolboxForMac/NSData+zlib (~> 2.1)"
233
+ - GoogleUtilities/Environment (~> 6.2)
234
+ - GoogleUtilities/ISASwizzler (~> 6.2)
235
+ - GoogleUtilities/MethodSwizzler (~> 6.2)
236
+ - GTMSessionFetcher/Core (~> 1.1)
237
+ - Protobuf (~> 3.12)
238
+ - FirebaseRemoteConfig (4.9.0):
239
+ - FirebaseABTesting (~> 4.2)
240
+ - FirebaseCore (~> 6.10)
241
+ - FirebaseInstallations (~> 1.6)
242
+ - GoogleUtilities/Environment (~> 6.7)
243
+ - "GoogleUtilities/NSData+zlib (~> 6.7)"
244
+ - GoogleAppMeasurement (6.7.2):
245
+ - GoogleUtilities/AppDelegateSwizzler (~> 6.7)
246
+ - GoogleUtilities/MethodSwizzler (~> 6.7)
247
+ - GoogleUtilities/Network (~> 6.7)
248
+ - "GoogleUtilities/NSData+zlib (~> 6.7)"
249
+ - nanopb (~> 1.30905.0)
250
+ - GoogleDataTransport (7.2.0):
251
+ - nanopb
252
+ - GoogleToolboxForMac/Defines (2.2.2)
253
+ - GoogleToolboxForMac/Logger (2.2.2):
254
+ - GoogleToolboxForMac/Defines (= 2.2.2)
255
+ - "GoogleToolboxForMac/NSData+zlib (2.2.2)":
256
+ - GoogleToolboxForMac/Defines (= 2.2.2)
257
+ - GoogleUtilities (6.7.2):
258
+ - GoogleUtilities/AppDelegateSwizzler (= 6.7.2)
259
+ - GoogleUtilities/Environment (= 6.7.2)
260
+ - GoogleUtilities/ISASwizzler (= 6.7.2)
261
+ - GoogleUtilities/Logger (= 6.7.2)
262
+ - GoogleUtilities/MethodSwizzler (= 6.7.2)
263
+ - GoogleUtilities/Network (= 6.7.2)
264
+ - "GoogleUtilities/NSData+zlib (= 6.7.2)"
265
+ - GoogleUtilities/Reachability (= 6.7.2)
266
+ - GoogleUtilities/UserDefaults (= 6.7.2)
267
+ - GoogleUtilities/AppDelegateSwizzler (6.7.2):
268
+ - GoogleUtilities/Environment
269
+ - GoogleUtilities/Logger
270
+ - GoogleUtilities/Network
271
+ - GoogleUtilities/Environment (6.7.2):
272
+ - PromisesObjC
273
+ - GoogleUtilities/ISASwizzler (6.7.2)
274
+ - GoogleUtilities/Logger (6.7.2):
275
+ - GoogleUtilities/Environment
276
+ - GoogleUtilities/MethodSwizzler (6.7.2):
277
+ - GoogleUtilities/Logger
278
+ - GoogleUtilities/Network (6.7.2):
279
+ - GoogleUtilities/Logger
280
+ - "GoogleUtilities/NSData+zlib"
281
+ - GoogleUtilities/Reachability
282
+ - "GoogleUtilities/NSData+zlib (6.7.2)"
283
+ - GoogleUtilities/Reachability (6.7.2):
284
+ - GoogleUtilities/Logger
285
+ - GoogleUtilities/UserDefaults (6.7.2):
286
+ - GoogleUtilities/Logger
287
+ - "gRPC-C++ (1.28.2)":
288
+ - "gRPC-C++/Implementation (= 1.28.2)"
289
+ - "gRPC-C++/Interface (= 1.28.2)"
290
+ - "gRPC-C++/Implementation (1.28.2)":
291
+ - abseil/container/inlined_vector
292
+ - abseil/memory/memory
293
+ - abseil/strings/str_format
294
+ - abseil/strings/strings
295
+ - abseil/types/optional
296
+ - "gRPC-C++/Interface"
297
+ - gRPC-Core
298
+ - "gRPC-C++/Interface (1.28.2)"
299
+ - gRPC-Core (1.28.2):
300
+ - gRPC-Core/Implementation (= 1.28.2)
301
+ - gRPC-Core/Interface (= 1.28.2)
302
+ - gRPC-Core/Implementation (1.28.2):
303
+ - abseil/container/inlined_vector
304
+ - abseil/memory/memory
305
+ - abseil/strings/str_format
306
+ - abseil/strings/strings
307
+ - abseil/types/optional
308
+ - BoringSSL-GRPC
309
+ - gRPC-Core/Interface
310
+ - gRPC-Core/Interface (1.28.2)
311
+ - GTMSessionFetcher (1.4.0):
312
+ - GTMSessionFetcher/Core (= 1.4.0)
313
+ - GTMSessionFetcher/Core (1.4.0)
314
+ - leveldb-library (1.22)
315
+ - Loop (1.0.0):
316
+ - ReactiveSwift
317
+ - nanopb (1.30905.0)
318
+ - PromisesObjC (1.2.10)
319
+ - Protobuf (3.12.0)
320
+ - ReactiveSwift (6.3.0)
3
321
 
4
322
  DEPENDENCIES:
5
- - Alamofire
323
+ - abseil (from `Frameworks/Rome`)
324
+ - AFNetworking (from `Frameworks/Rome`)
325
+ - Alamofire (from `Frameworks/Rome`)
326
+ - BoringSSL-GRPC (from `Frameworks/Rome`)
327
+ - Firebase
328
+ - FirebaseAuth (from `Frameworks/Rome`)
329
+ - FirebaseCore (from `Frameworks/Rome`)
330
+ - FirebaseCoreDiagnostics (from `Frameworks/Rome`)
331
+ - FirebaseCrashlytics (from `Frameworks/Rome`)
332
+ - FirebaseDatabase (from `Frameworks/Rome`)
333
+ - FirebaseFirestore (from `Frameworks/Rome`)
334
+ - FirebaseInstallations (from `Frameworks/Rome`)
335
+ - FirebasePerformance
336
+ - GoogleDataTransport (from `Frameworks/Rome`)
337
+ - GoogleUtilities (from `Frameworks/Rome`)
338
+ - "gRPC-C++ (from `Frameworks/Rome`)"
339
+ - gRPC-Core (from `Frameworks/Rome`)
340
+ - GTMSessionFetcher (from `Frameworks/Rome`)
341
+ - leveldb-library (from `Frameworks/Rome`)
342
+ - Loop (from `Frameworks/Rome`)
343
+ - nanopb (from `Frameworks/Rome`)
344
+ - PromisesObjC (from `Frameworks/Rome`)
345
+ - ReactiveSwift (from `Frameworks/Rome`)
6
346
 
7
347
  SPEC REPOS:
8
- https://github.com/cocoapods/specs.git:
9
- - Alamofire
348
+ trunk:
349
+ - Firebase
350
+ - FirebaseABTesting
351
+ - FirebaseAnalytics
352
+ - FirebasePerformance
353
+ - FirebaseRemoteConfig
354
+ - GoogleAppMeasurement
355
+ - GoogleToolboxForMac
356
+ - Protobuf
357
+
358
+ EXTERNAL SOURCES:
359
+ abseil:
360
+ :path: Frameworks/Rome
361
+ AFNetworking:
362
+ :path: Frameworks/Rome
363
+ Alamofire:
364
+ :path: Frameworks/Rome
365
+ BoringSSL-GRPC:
366
+ :path: Frameworks/Rome
367
+ FirebaseAuth:
368
+ :path: Frameworks/Rome
369
+ FirebaseCore:
370
+ :path: Frameworks/Rome
371
+ FirebaseCoreDiagnostics:
372
+ :path: Frameworks/Rome
373
+ FirebaseCrashlytics:
374
+ :path: Frameworks/Rome
375
+ FirebaseDatabase:
376
+ :path: Frameworks/Rome
377
+ FirebaseFirestore:
378
+ :path: Frameworks/Rome
379
+ FirebaseInstallations:
380
+ :path: Frameworks/Rome
381
+ GoogleDataTransport:
382
+ :path: Frameworks/Rome
383
+ GoogleUtilities:
384
+ :path: Frameworks/Rome
385
+ "gRPC-C++":
386
+ :path: Frameworks/Rome
387
+ gRPC-Core:
388
+ :path: Frameworks/Rome
389
+ GTMSessionFetcher:
390
+ :path: Frameworks/Rome
391
+ leveldb-library:
392
+ :path: Frameworks/Rome
393
+ Loop:
394
+ :path: Frameworks/Rome
395
+ nanopb:
396
+ :path: Frameworks/Rome
397
+ PromisesObjC:
398
+ :path: Frameworks/Rome
399
+ ReactiveSwift:
400
+ :path: Frameworks/Rome
10
401
 
11
402
  SPEC CHECKSUMS:
12
- Alamofire: c7287b6e5d7da964a70935e5db17046b7fde6568
403
+ abseil: 38dd06f1a1c46a8077431abb08d5ee08e3c47ddb
404
+ AFNetworking: 4413b9b5fe93ac8654b0b84ccf268d927c684cf8
405
+ Alamofire: 673dc236c6eb2b38f3997805638351da69fb3b3b
406
+ BoringSSL-GRPC: e616d4f8b9c3302a569cac5cce8712f45d399393
407
+ Firebase: 210f41ca352067d83b1ba4fd2e7fb49a0c017397
408
+ FirebaseABTesting: 8a9d8df3acc2b43f4a22014ddf9f601bca6af699
409
+ FirebaseAnalytics: a299a86ef70fcc6aa011418bc65a7e101fb9636c
410
+ FirebaseAuth: 0f252dcefd8a2bcc91f11c19bb179c7b1c4a966b
411
+ FirebaseCore: 440bbfb8dbe422fa836f737b1131f86ee38f7498
412
+ FirebaseCoreDiagnostics: c622773be51517e83265ad3d2fdf000dc5b12ddb
413
+ FirebaseCrashlytics: 2bef5c583908351eb4b4c3c14f8af129ccd1cefe
414
+ FirebaseDatabase: 34e8a5276651f75b8a5e2a37bc48348db4444b33
415
+ FirebaseFirestore: 755532e856e92287ef92dc31a8ad7b8c9feeb8e9
416
+ FirebaseInstallations: bb5cd0838e04022e80c224dfb99925651cee71ce
417
+ FirebasePerformance: 269607f1dcf37bb1f21e3b3ae0ab5b2691644c54
418
+ FirebaseRemoteConfig: e40f9e084658210c4d9c341cfa9f6cab6ad4f67e
419
+ GoogleAppMeasurement: 3def7652b1f5b5a576178dc332e2a36a260fbef6
420
+ GoogleDataTransport: 19c92c2a9d5e713d87da1442160466e5b24fb3f9
421
+ GoogleToolboxForMac: 800648f8b3127618c1b59c7f97684427630c5ea3
422
+ GoogleUtilities: a758f37ba7789bc7a1d567013514058af72290a7
423
+ "gRPC-C++": fcc8d30c28d12d34f7508828d4df4b0000926c72
424
+ gRPC-Core: 258525d016ec9122e18222923ad893c57d603f39
425
+ GTMSessionFetcher: 11a5534080aacc95b136e1467fe489b90678e86f
426
+ leveldb-library: 6e04a17147c308f588794d18ae1894fdd4660330
427
+ Loop: 80d7c063e912c52ad88ea85ed0256697c989c936
428
+ nanopb: d0d2e64c285be3891c42e84da4266d97f571fe4f
429
+ PromisesObjC: 3ffeb229291fb0aeb10bbd0d453bcbcf81d9a60a
430
+ Protobuf: 2793fcd0622a00b546c60e7cbbcc493e043e9bb9
431
+ ReactiveSwift: d0edd719021696e4307e1de29e7344129766b0af
13
432
 
14
- PODFILE CHECKSUM: 2cbdf553ccaeb62b036a9d32d2b03c3437ec4c82
433
+ PODFILE CHECKSUM: d1f8c6329b352a6e3e7e166ded4c42493ba8908f
15
434
 
16
- COCOAPODS: 1.5.3
435
+ COCOAPODS: 1.9.3
@@ -0,0 +1,210 @@
1
+ # Acknowledgements
2
+ This application makes use of the following third party libraries:
3
+
4
+ ## Firebase
5
+
6
+ Apache License
7
+ Version 2.0, January 2004
8
+ http://www.apache.org/licenses/
9
+
10
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11
+
12
+ 1. Definitions.
13
+
14
+ "License" shall mean the terms and conditions for use, reproduction,
15
+ and distribution as defined by Sections 1 through 9 of this document.
16
+
17
+ "Licensor" shall mean the copyright owner or entity authorized by
18
+ the copyright owner that is granting the License.
19
+
20
+ "Legal Entity" shall mean the union of the acting entity and all
21
+ other entities that control, are controlled by, or are under common
22
+ control with that entity. For the purposes of this definition,
23
+ "control" means (i) the power, direct or indirect, to cause the
24
+ direction or management of such entity, whether by contract or
25
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
26
+ outstanding shares, or (iii) beneficial ownership of such entity.
27
+
28
+ "You" (or "Your") shall mean an individual or Legal Entity
29
+ exercising permissions granted by this License.
30
+
31
+ "Source" form shall mean the preferred form for making modifications,
32
+ including but not limited to software source code, documentation
33
+ source, and configuration files.
34
+
35
+ "Object" form shall mean any form resulting from mechanical
36
+ transformation or translation of a Source form, including but
37
+ not limited to compiled object code, generated documentation,
38
+ and conversions to other media types.
39
+
40
+ "Work" shall mean the work of authorship, whether in Source or
41
+ Object form, made available under the License, as indicated by a
42
+ copyright notice that is included in or attached to the work
43
+ (an example is provided in the Appendix below).
44
+
45
+ "Derivative Works" shall mean any work, whether in Source or Object
46
+ form, that is based on (or derived from) the Work and for which the
47
+ editorial revisions, annotations, elaborations, or other modifications
48
+ represent, as a whole, an original work of authorship. For the purposes
49
+ of this License, Derivative Works shall not include works that remain
50
+ separable from, or merely link (or bind by name) to the interfaces of,
51
+ the Work and Derivative Works thereof.
52
+
53
+ "Contribution" shall mean any work of authorship, including
54
+ the original version of the Work and any modifications or additions
55
+ to that Work or Derivative Works thereof, that is intentionally
56
+ submitted to Licensor for inclusion in the Work by the copyright owner
57
+ or by an individual or Legal Entity authorized to submit on behalf of
58
+ the copyright owner. For the purposes of this definition, "submitted"
59
+ means any form of electronic, verbal, or written communication sent
60
+ to the Licensor or its representatives, including but not limited to
61
+ communication on electronic mailing lists, source code control systems,
62
+ and issue tracking systems that are managed by, or on behalf of, the
63
+ Licensor for the purpose of discussing and improving the Work, but
64
+ excluding communication that is conspicuously marked or otherwise
65
+ designated in writing by the copyright owner as "Not a Contribution."
66
+
67
+ "Contributor" shall mean Licensor and any individual or Legal Entity
68
+ on behalf of whom a Contribution has been received by Licensor and
69
+ subsequently incorporated within the Work.
70
+
71
+ 2. Grant of Copyright License. Subject to the terms and conditions of
72
+ this License, each Contributor hereby grants to You a perpetual,
73
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
74
+ copyright license to reproduce, prepare Derivative Works of,
75
+ publicly display, publicly perform, sublicense, and distribute the
76
+ Work and such Derivative Works in Source or Object form.
77
+
78
+ 3. Grant of Patent License. Subject to the terms and conditions of
79
+ this License, each Contributor hereby grants to You a perpetual,
80
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
81
+ (except as stated in this section) patent license to make, have made,
82
+ use, offer to sell, sell, import, and otherwise transfer the Work,
83
+ where such license applies only to those patent claims licensable
84
+ by such Contributor that are necessarily infringed by their
85
+ Contribution(s) alone or by combination of their Contribution(s)
86
+ with the Work to which such Contribution(s) was submitted. If You
87
+ institute patent litigation against any entity (including a
88
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
89
+ or a Contribution incorporated within the Work constitutes direct
90
+ or contributory patent infringement, then any patent licenses
91
+ granted to You under this License for that Work shall terminate
92
+ as of the date such litigation is filed.
93
+
94
+ 4. Redistribution. You may reproduce and distribute copies of the
95
+ Work or Derivative Works thereof in any medium, with or without
96
+ modifications, and in Source or Object form, provided that You
97
+ meet the following conditions:
98
+
99
+ (a) You must give any other recipients of the Work or
100
+ Derivative Works a copy of this License; and
101
+
102
+ (b) You must cause any modified files to carry prominent notices
103
+ stating that You changed the files; and
104
+
105
+ (c) You must retain, in the Source form of any Derivative Works
106
+ that You distribute, all copyright, patent, trademark, and
107
+ attribution notices from the Source form of the Work,
108
+ excluding those notices that do not pertain to any part of
109
+ the Derivative Works; and
110
+
111
+ (d) If the Work includes a "NOTICE" text file as part of its
112
+ distribution, then any Derivative Works that You distribute must
113
+ include a readable copy of the attribution notices contained
114
+ within such NOTICE file, excluding those notices that do not
115
+ pertain to any part of the Derivative Works, in at least one
116
+ of the following places: within a NOTICE text file distributed
117
+ as part of the Derivative Works; within the Source form or
118
+ documentation, if provided along with the Derivative Works; or,
119
+ within a display generated by the Derivative Works, if and
120
+ wherever such third-party notices normally appear. The contents
121
+ of the NOTICE file are for informational purposes only and
122
+ do not modify the License. You may add Your own attribution
123
+ notices within Derivative Works that You distribute, alongside
124
+ or as an addendum to the NOTICE text from the Work, provided
125
+ that such additional attribution notices cannot be construed
126
+ as modifying the License.
127
+
128
+ You may add Your own copyright statement to Your modifications and
129
+ may provide additional or different license terms and conditions
130
+ for use, reproduction, or distribution of Your modifications, or
131
+ for any such Derivative Works as a whole, provided Your use,
132
+ reproduction, and distribution of the Work otherwise complies with
133
+ the conditions stated in this License.
134
+
135
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
136
+ any Contribution intentionally submitted for inclusion in the Work
137
+ by You to the Licensor shall be under the terms and conditions of
138
+ this License, without any additional terms or conditions.
139
+ Notwithstanding the above, nothing herein shall supersede or modify
140
+ the terms of any separate license agreement you may have executed
141
+ with Licensor regarding such Contributions.
142
+
143
+ 6. Trademarks. This License does not grant permission to use the trade
144
+ names, trademarks, service marks, or product names of the Licensor,
145
+ except as required for reasonable and customary use in describing the
146
+ origin of the Work and reproducing the content of the NOTICE file.
147
+
148
+ 7. Disclaimer of Warranty. Unless required by applicable law or
149
+ agreed to in writing, Licensor provides the Work (and each
150
+ Contributor provides its Contributions) on an "AS IS" BASIS,
151
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
152
+ implied, including, without limitation, any warranties or conditions
153
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
154
+ PARTICULAR PURPOSE. You are solely responsible for determining the
155
+ appropriateness of using or redistributing the Work and assume any
156
+ risks associated with Your exercise of permissions under this License.
157
+
158
+ 8. Limitation of Liability. In no event and under no legal theory,
159
+ whether in tort (including negligence), contract, or otherwise,
160
+ unless required by applicable law (such as deliberate and grossly
161
+ negligent acts) or agreed to in writing, shall any Contributor be
162
+ liable to You for damages, including any direct, indirect, special,
163
+ incidental, or consequential damages of any character arising as a
164
+ result of this License or out of the use or inability to use the
165
+ Work (including but not limited to damages for loss of goodwill,
166
+ work stoppage, computer failure or malfunction, or any and all
167
+ other commercial damages or losses), even if such Contributor
168
+ has been advised of the possibility of such damages.
169
+
170
+ 9. Accepting Warranty or Additional Liability. While redistributing
171
+ the Work or Derivative Works thereof, You may choose to offer,
172
+ and charge a fee for, acceptance of support, warranty, indemnity,
173
+ or other liability obligations and/or rights consistent with this
174
+ License. However, in accepting such obligations, You may act only
175
+ on Your own behalf and on Your sole responsibility, not on behalf
176
+ of any other Contributor, and only if You agree to indemnify,
177
+ defend, and hold each Contributor harmless for any liability
178
+ incurred by, or claims asserted against, such Contributor by reason
179
+ of your accepting any such warranty or additional liability.
180
+
181
+ END OF TERMS AND CONDITIONS
182
+
183
+ APPENDIX: How to apply the Apache License to your work.
184
+
185
+ To apply the Apache License to your work, attach the following
186
+ boilerplate notice, with the fields enclosed by brackets "[]"
187
+ replaced with your own identifying information. (Don't include
188
+ the brackets!) The text should be enclosed in the appropriate
189
+ comment syntax for the file format. We also recommend that a
190
+ file or class name and description of purpose be included on the
191
+ same "printed page" as the copyright notice for easier
192
+ identification within third-party archives.
193
+
194
+ Copyright 2020 Firebase, Inc.
195
+
196
+ Licensed under the Apache License, Version 2.0 (the "License");
197
+ you may not use this file except in compliance with the License.
198
+ You may obtain a copy of the License at
199
+
200
+ http://www.apache.org/licenses/LICENSE-2.0
201
+
202
+ Unless required by applicable law or agreed to in writing, software
203
+ distributed under the License is distributed on an "AS IS" BASIS,
204
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
205
+ See the License for the specific language governing permissions and
206
+ limitations under the License.
207
+
208
+
209
+ ##
210
+ Generated by CocoaPods - https://cocoapods.org