pod-builder 1.9.2 → 2.0.0.beta.21

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 (91) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +9 -0
  3. data/Example/PodBuilder/.gitignore +6 -0
  4. data/Example/PodBuilder/.pod_builder/pod_builder +0 -0
  5. data/Example/{Frameworks → PodBuilder}/PodBuilder.json +10 -4
  6. data/Example/PodBuilder/Podfile +23 -0
  7. data/Example/PodBuilder/Podfile.restore +40 -0
  8. data/Example/PodBuilderExample.xcodeproj/project.pbxproj +3 -8
  9. data/Example/{PodBuilderExample.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist → PodBuilderExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist} +2 -8
  10. data/Example/PodBuilderExample/AppDelegate.swift +4 -0
  11. data/Example/Podfile +42 -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 +50 -13
  16. data/exe/pod_builder +39 -28
  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 +44 -161
  20. data/lib/pod_builder/command/build_all.rb +2 -2
  21. data/lib/pod_builder/command/clean.rb +34 -55
  22. data/lib/pod_builder/command/clear_lldbinit.rb +7 -3
  23. data/lib/pod_builder/command/deintegrate.rb +29 -7
  24. data/lib/pod_builder/command/generate_lfs.rb +3 -3
  25. data/lib/pod_builder/command/generate_podspec.rb +3 -2
  26. data/lib/pod_builder/command/info.rb +1 -1
  27. data/lib/pod_builder/command/init.rb +37 -14
  28. data/lib/pod_builder/command/install_sources.rb +21 -14
  29. data/lib/pod_builder/command/none.rb +2 -2
  30. data/lib/pod_builder/command/restore_all.rb +4 -4
  31. data/lib/pod_builder/command/switch.rb +137 -95
  32. data/lib/pod_builder/command/sync_podfile.rb +5 -3
  33. data/lib/pod_builder/command/update.rb +5 -6
  34. data/lib/pod_builder/command/update_lldbinit.rb +11 -9
  35. data/lib/pod_builder/configuration.rb +88 -13
  36. data/lib/pod_builder/core.rb +93 -12
  37. data/lib/pod_builder/info.rb +32 -98
  38. data/lib/pod_builder/install.rb +255 -195
  39. data/lib/pod_builder/licenses.rb +4 -4
  40. data/lib/pod_builder/podfile.rb +287 -73
  41. data/lib/pod_builder/podfile/post_actions.rb +9 -15
  42. data/lib/pod_builder/podfile_cp.rb +93 -0
  43. data/lib/pod_builder/podfile_item.rb +181 -82
  44. data/lib/pod_builder/podspec.rb +144 -135
  45. data/lib/pod_builder/rome/post_install.rb +240 -0
  46. data/lib/pod_builder/rome/pre_install.rb +6 -0
  47. data/lib/pod_builder/templates/build_podfile.template +3 -3
  48. data/lib/pod_builder/version.rb +1 -1
  49. data/pod-builder.gemspec +4 -4
  50. metadata +34 -65
  51. data/Example/Pods/Alamofire/LICENSE +0 -19
  52. data/Example/Pods/Alamofire/README.md +0 -242
  53. data/Example/Pods/Alamofire/Source/AFError.swift +0 -460
  54. data/Example/Pods/Alamofire/Source/Alamofire.swift +0 -465
  55. data/Example/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift +0 -37
  56. data/Example/Pods/Alamofire/Source/MultipartFormData.swift +0 -580
  57. data/Example/Pods/Alamofire/Source/NetworkReachabilityManager.swift +0 -233
  58. data/Example/Pods/Alamofire/Source/Notifications.swift +0 -55
  59. data/Example/Pods/Alamofire/Source/ParameterEncoding.swift +0 -483
  60. data/Example/Pods/Alamofire/Source/Request.swift +0 -654
  61. data/Example/Pods/Alamofire/Source/Response.swift +0 -567
  62. data/Example/Pods/Alamofire/Source/ResponseSerialization.swift +0 -715
  63. data/Example/Pods/Alamofire/Source/Result.swift +0 -300
  64. data/Example/Pods/Alamofire/Source/ServerTrustPolicy.swift +0 -307
  65. data/Example/Pods/Alamofire/Source/SessionDelegate.swift +0 -725
  66. data/Example/Pods/Alamofire/Source/SessionManager.swift +0 -896
  67. data/Example/Pods/Alamofire/Source/TaskDelegate.swift +0 -466
  68. data/Example/Pods/Alamofire/Source/Timeline.swift +0 -136
  69. data/Example/Pods/Alamofire/Source/Validation.swift +0 -315
  70. data/Example/Pods/Manifest.lock +0 -16
  71. data/Example/Pods/Pods.xcodeproj/project.pbxproj +0 -673
  72. data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Alamofire.xcscheme +0 -60
  73. data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Pods-PodBuilderExample.xcscheme +0 -60
  74. data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist +0 -21
  75. data/Example/Pods/Target Support Files/Alamofire/Alamofire-dummy.m +0 -5
  76. data/Example/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch +0 -12
  77. data/Example/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h +0 -16
  78. data/Example/Pods/Target Support Files/Alamofire/Alamofire.modulemap +0 -6
  79. data/Example/Pods/Target Support Files/Alamofire/Alamofire.xcconfig +0 -9
  80. data/Example/Pods/Target Support Files/Alamofire/Info.plist +0 -26
  81. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Info.plist +0 -26
  82. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.markdown +0 -26
  83. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.plist +0 -58
  84. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-dummy.m +0 -5
  85. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh +0 -153
  86. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-resources.sh +0 -118
  87. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-umbrella.h +0 -16
  88. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.debug.xcconfig +0 -11
  89. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.modulemap +0 -6
  90. data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.release.xcconfig +0 -11
  91. data/lib/pod_builder/cocoapods/specification.rb +0 -27
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebfd3cfdef300ede140276e453c2b96b889356cf777b7dce0c97a04c00a40884
4
- data.tar.gz: 07db6bac19bab8a7f1d7c362cfbef4a77bf36cde60f44dee8173d3cb3879786d
3
+ metadata.gz: 38b88a4295edaa11ff7dd4f13ee2bce7cdef29f01f7b1784b619d99e670bdc57
4
+ data.tar.gz: 07dff8cb7ef9f8ece6b484f3310d747ff379ca93763cac482c57a1bcfe17d493
5
5
  SHA512:
6
- metadata.gz: ee7d1ccacef8782cc2fbbd13338a6d13954d9bebf0384db832b72b06620f65766a472483aed2c79e45c18ee872b0a5f016b8e3cc385c43162da490b6ef3ac532
7
- data.tar.gz: cb2e94d052b5ab1dcbafebe6252168f2576d7822c513e300fc1e4011ba22b4164dac6803ba68bebdcb28a4f74174c48c4ac935ea004a2b15b83abec7b6eee6b2
6
+ metadata.gz: 3f7eae835712373a68c7ee54b12c8b3d7af9777abe4b96bdc179600c47d34f598c4d85c46e02f5af2da682953eb8766889e1cf2e7b86b8274ab73e8e0a617b50
7
+ data.tar.gz: c9e2c614bdd38c806f1818ed89e8371211ae5547eaab7cd07950a922397e13583c2df338d78c595f7ee316b1b3554bb38705e13110d6d898e07e5fcc5350d634
data/.gitignore CHANGED
@@ -8,3 +8,12 @@
8
8
  /tmp/
9
9
  Gemfile.lock
10
10
  .vscode/
11
+ .DS_Store
12
+ Example/Pods
13
+ Example/PodBuilder/Prebuilt
14
+
15
+ Example/PodBuilder/dSYM
16
+
17
+ Example/PodBuilderExample.xcodeproj/xcuserdata/*.xcuserdatad
18
+ Example/PodBuilderExample.xcworkspace/xcuserdata
19
+ Example/Pods
@@ -0,0 +1,6 @@
1
+ Pods/
2
+ *.xcworkspace
3
+ *.xcodeproj
4
+ Podfile.lock
5
+ Sources
6
+ PodBuilderDevPodsPaths.json
@@ -1,9 +1,9 @@
1
1
  {
2
- "project_name": "",
2
+ "project_name": "PodBuilderExample",
3
3
  "spec_overrides": {
4
4
  "Google-Mobile-Ads-SDK": {
5
5
  "module_name": "GoogleMobileAds"
6
- },
6
+ }
7
7
  },
8
8
  "skip_licenses": [
9
9
 
@@ -12,17 +12,23 @@
12
12
  "GoogleMaps"
13
13
  ],
14
14
  "force_prebuild_pods": [
15
- "Firebase"
15
+ "Firebase",
16
+ "GoogleTagManager"
16
17
  ],
17
18
  "build_settings": {
18
19
  "ENABLE_BITCODE": "NO",
19
20
  "GCC_OPTIMIZATION_LEVEL": "s",
20
21
  "SWIFT_OPTIMIZATION_LEVEL": "-Osize",
21
- "SWIFT_COMPILATION_MODE": "wholemodule"
22
+ "SWIFT_COMPILATION_MODE": "wholemodule",
23
+ "CODE_SIGN_IDENTITY": "",
24
+ "CODE_SIGNING_REQUIRED": "NO",
25
+ "CODE_SIGN_ENTITLEMENTS": "",
26
+ "CODE_SIGNING_ALLOWED": "NO"
22
27
  },
23
28
  "build_settings_overrides": {
24
29
  },
25
30
  "build_system": "Legacy",
31
+ "library_evolution_support": false,
26
32
  "license_filename": "Pods-acknowledgements",
27
33
  "subspecs_to_split": [
28
34
 
@@ -0,0 +1,23 @@
1
+ platform :ios, '9.0'
2
+
3
+ target 'PodBuilderExample' do
4
+ use_frameworks!
5
+
6
+ # Pods for PodBuilderExample
7
+ pod 'Alamofire' # Swift sample
8
+ pod 'AFNetworking' # Objective-C sample
9
+ pod 'Loop' # Assets
10
+
11
+ # Firebase
12
+ pod 'Firebase'
13
+ pod 'FirebaseCore'
14
+ pod 'FirebaseDatabase'
15
+ pod 'FirebaseAuth'
16
+ pod 'FirebaseFirestore'
17
+ pod 'FirebasePerformance'
18
+ pod 'FirebaseCrashlytics'
19
+ end
20
+
21
+ pre_install do |installer|
22
+ raise "\n🚨 Do not launch 'pod install' manually, use `pod_builder` instead!\n" if !File.exist?('pod_builder.lock')
23
+ end
@@ -0,0 +1,40 @@
1
+ # Autogenerated by PodBuilder (https://github.com/Subito-it/PodBuilder)
2
+ # Please don't modify this file
3
+
4
+
5
+
6
+ use_frameworks!
7
+
8
+ platform :ios, '9.0'
9
+
10
+ target 'PodBuilderExample' do
11
+ pod 'AFNetworking', '=4.0.1' # pb<AFNetworking> is<false>
12
+ pod 'Alamofire', '=4.9.1' # pb<Alamofire> is<false> sv<swiftlang-1200.0.25.2>
13
+ pod 'BoringSSL-GRPC', '=0.0.7' # pb<BoringSSL-GRPC> is<false>
14
+ pod 'Firebase', '=6.30.0' # pb<Firebase>
15
+ pod 'FirebaseABTesting', '=4.2.0' # pb<FirebaseABTesting>
16
+ pod 'FirebaseAnalytics', '=6.7.2'
17
+ pod 'FirebaseAuth', '=6.8.0' # pb<FirebaseAuth> is<true>
18
+ pod 'FirebaseCore', '=6.10.0' # pb<FirebaseCore> is<true>
19
+ pod 'FirebaseCoreDiagnostics', '=1.5.0' # pb<FirebaseCoreDiagnostics> is<true>
20
+ pod 'FirebaseCrashlytics', '=4.4.0' # pb<FirebaseCrashlytics> is<true>
21
+ pod 'FirebaseDatabase', '=6.5.0' # pb<FirebaseDatabase> is<true>
22
+ pod 'FirebaseFirestore', '=1.16.4' # pb<FirebaseFirestore> is<true>
23
+ pod 'FirebaseInstallations', '=1.6.0' # pb<FirebaseInstallations> is<true>
24
+ pod 'FirebasePerformance', '=3.3.0'
25
+ pod 'FirebaseRemoteConfig', '=4.9.0' # pb<FirebaseRemoteConfig>
26
+ pod 'GTMSessionFetcher/Core', '=1.4.0' # pb<GTMSessionFetcher/Core> is<false>
27
+ pod 'GoogleAppMeasurement', '=6.7.2'
28
+ pod 'GoogleDataTransport', '=7.2.0' # pb<GoogleDataTransport> is<true>
29
+ pod 'GoogleToolboxForMac/Defines', '=2.2.2' # pb<GoogleToolboxForMac/Defines>
30
+ pod 'GoogleUtilities/AppDelegateSwizzler', '=6.7.2' # pb<GoogleUtilities/AppDelegateSwizzler> is<false>
31
+ pod 'Loop', '=1.0.0' # pb<Loop> is<false> sv<swiftlang-1200.0.25.2>
32
+ pod 'PromisesObjC', '=1.2.10' # pb<PromisesObjC> is<false>
33
+ pod 'Protobuf', '=3.12.0' # pb<Protobuf>
34
+ pod 'ReactiveSwift', '=6.3.0' # pb<ReactiveSwift> is<false> sv<swiftlang-1200.0.25.2>
35
+ pod 'abseil/algorithm', '=0.20200225.0' # pb<abseil/algorithm> is<false>
36
+ pod 'gRPC-C++', '=1.28.2' # pb<gRPC-C++> is<false>
37
+ pod 'gRPC-Core', '=1.28.2' # pb<gRPC-Core> is<false>
38
+ pod 'leveldb-library', '=1.22' # pb<leveldb-library> is<false>
39
+ pod 'nanopb', '=1.30905.0' # pb<nanopb> is<false>
40
+ end
@@ -163,20 +163,15 @@
163
163
  files = (
164
164
  );
165
165
  inputFileListPaths = (
166
- );
167
- inputPaths = (
168
- "${SRCROOT}/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh",
169
- "${BUILT_PRODUCTS_DIR}/Alamofire/Alamofire.framework",
166
+ "${PODS_ROOT}/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
170
167
  );
171
168
  name = "[CP] Embed Pods Frameworks";
172
169
  outputFileListPaths = (
173
- );
174
- outputPaths = (
175
- "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework",
170
+ "${PODS_ROOT}/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
176
171
  );
177
172
  runOnlyForDeploymentPostprocessing = 0;
178
173
  shellPath = /bin/sh;
179
- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh\"\n";
174
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh\"\n";
180
175
  showEnvVarsInLog = 0;
181
176
  };
182
177
  9709696C87B33D4C75052133 /* [CP] Check Pods Manifest.lock */ = {
@@ -2,13 +2,7 @@
2
2
  <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
3
  <plist version="1.0">
4
4
  <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>PodBuilderExample.xcscheme</key>
8
- <dict>
9
- <key>orderHint</key>
10
- <integer>0</integer>
11
- </dict>
12
- </dict>
5
+ <key>IDEDidComputeMac32BitWarning</key>
6
+ <true/>
13
7
  </dict>
14
8
  </plist>
@@ -8,6 +8,9 @@
8
8
 
9
9
  import UIKit
10
10
  import Alamofire
11
+ import Firebase
12
+ import Loop
13
+ import AFNetworking
11
14
 
12
15
  @UIApplicationMain
13
16
  class AppDelegate: UIResponder, UIApplicationDelegate {
@@ -17,6 +20,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
17
20
 
18
21
  func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
19
22
  // Override point for customization after application launch.
23
+
20
24
  return true
21
25
  }
22
26
 
@@ -1,8 +1,49 @@
1
+ # Autogenerated by PodBuilder (https://github.com/Subito-it/PodBuilder)
2
+ # Any change to this file should be done on PodBuilder/Podfile
3
+
1
4
  platform :ios, '9.0'
2
5
 
3
6
  target 'PodBuilderExample' do
4
7
  use_frameworks!
5
8
 
6
9
  # Pods for PodBuilderExample
7
- pod 'Alamofire'
10
+ pod 'Alamofire', :path => 'PodBuilder/Prebuilt' # pb<Alamofire>
11
+ pod 'AFNetworking', :path => 'PodBuilder/Prebuilt' # pb<AFNetworking>
12
+ pod 'Loop', :path => 'PodBuilder/Prebuilt' # pb<Loop>
13
+ pod 'ReactiveSwift', :path => 'PodBuilder/Prebuilt' # pb<Loop>
14
+
15
+ # Firebase
16
+ pod 'Firebase'
17
+ pod 'FirebaseCore', :path => 'PodBuilder/Prebuilt' # pb<FirebaseCore>
18
+ pod 'GoogleUtilities', :path => 'PodBuilder/Prebuilt' # pb<FirebaseCore>
19
+ pod 'FirebaseCoreDiagnostics', :path => 'PodBuilder/Prebuilt' # pb<FirebaseCore>
20
+ pod 'PromisesObjC', :path => 'PodBuilder/Prebuilt' # pb<FirebaseCore>
21
+ pod 'GoogleDataTransport', :path => 'PodBuilder/Prebuilt' # pb<FirebaseCore>
22
+ pod 'nanopb', :path => 'PodBuilder/Prebuilt' # pb<FirebaseCore>
23
+ pod 'FirebaseDatabase', :path => 'PodBuilder/Prebuilt' # pb<FirebaseDatabase>
24
+ pod 'leveldb-library', :path => 'PodBuilder/Prebuilt' # pb<FirebaseDatabase>
25
+ pod 'GoogleUtilities', :path => 'PodBuilder/Prebuilt' # pb<FirebaseDatabase>
26
+ pod 'FirebaseAuth', :path => 'PodBuilder/Prebuilt' # pb<FirebaseAuth>
27
+ pod 'GoogleUtilities', :path => 'PodBuilder/Prebuilt' # pb<FirebaseAuth>
28
+ pod 'GTMSessionFetcher', :path => 'PodBuilder/Prebuilt' # pb<FirebaseAuth>
29
+ pod 'FirebaseFirestore', :path => 'PodBuilder/Prebuilt' # pb<FirebaseFirestore>
30
+ pod 'abseil', :path => 'PodBuilder/Prebuilt' # pb<FirebaseFirestore>
31
+ pod 'gRPC-C++', :path => 'PodBuilder/Prebuilt' # pb<FirebaseFirestore>
32
+ pod 'GoogleUtilities', :path => 'PodBuilder/Prebuilt' # pb<FirebaseFirestore>
33
+ pod 'gRPC-Core', :path => 'PodBuilder/Prebuilt' # pb<FirebaseFirestore>
34
+ pod 'BoringSSL-GRPC', :path => 'PodBuilder/Prebuilt' # pb<FirebaseFirestore>
35
+ pod 'FirebasePerformance'
36
+ pod 'FirebaseCrashlytics', :path => 'PodBuilder/Prebuilt' # pb<FirebaseCrashlytics>
37
+ pod 'FirebaseInstallations', :path => 'PodBuilder/Prebuilt' # pb<FirebaseCrashlytics>
38
+ pod 'GoogleUtilities', :path => 'PodBuilder/Prebuilt' # pb<FirebaseCrashlytics>
39
+ end
40
+
41
+ pre_install do |installer|
42
+ Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_duplicate_framework_and_library_names) {}
43
+
44
+ end
45
+
46
+ post_install do |installer|
47
+ require 'pod_builder/podfile/post_actions'
48
+ PodBuilder::Podfile::pod_builder_post_process
8
49
  end
@@ -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 `PodBuilder/Prebuilt`)
324
+ - AFNetworking (from `PodBuilder/Prebuilt`)
325
+ - Alamofire (from `PodBuilder/Prebuilt`)
326
+ - BoringSSL-GRPC (from `PodBuilder/Prebuilt`)
327
+ - Firebase
328
+ - FirebaseAuth (from `PodBuilder/Prebuilt`)
329
+ - FirebaseCore (from `PodBuilder/Prebuilt`)
330
+ - FirebaseCoreDiagnostics (from `PodBuilder/Prebuilt`)
331
+ - FirebaseCrashlytics (from `PodBuilder/Prebuilt`)
332
+ - FirebaseDatabase (from `PodBuilder/Prebuilt`)
333
+ - FirebaseFirestore (from `PodBuilder/Prebuilt`)
334
+ - FirebaseInstallations (from `PodBuilder/Prebuilt`)
335
+ - FirebasePerformance
336
+ - GoogleDataTransport (from `PodBuilder/Prebuilt`)
337
+ - GoogleUtilities (from `PodBuilder/Prebuilt`)
338
+ - "gRPC-C++ (from `PodBuilder/Prebuilt`)"
339
+ - gRPC-Core (from `PodBuilder/Prebuilt`)
340
+ - GTMSessionFetcher (from `PodBuilder/Prebuilt`)
341
+ - leveldb-library (from `PodBuilder/Prebuilt`)
342
+ - Loop (from `PodBuilder/Prebuilt`)
343
+ - nanopb (from `PodBuilder/Prebuilt`)
344
+ - PromisesObjC (from `PodBuilder/Prebuilt`)
345
+ - ReactiveSwift (from `PodBuilder/Prebuilt`)
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: PodBuilder/Prebuilt
361
+ AFNetworking:
362
+ :path: PodBuilder/Prebuilt
363
+ Alamofire:
364
+ :path: PodBuilder/Prebuilt
365
+ BoringSSL-GRPC:
366
+ :path: PodBuilder/Prebuilt
367
+ FirebaseAuth:
368
+ :path: PodBuilder/Prebuilt
369
+ FirebaseCore:
370
+ :path: PodBuilder/Prebuilt
371
+ FirebaseCoreDiagnostics:
372
+ :path: PodBuilder/Prebuilt
373
+ FirebaseCrashlytics:
374
+ :path: PodBuilder/Prebuilt
375
+ FirebaseDatabase:
376
+ :path: PodBuilder/Prebuilt
377
+ FirebaseFirestore:
378
+ :path: PodBuilder/Prebuilt
379
+ FirebaseInstallations:
380
+ :path: PodBuilder/Prebuilt
381
+ GoogleDataTransport:
382
+ :path: PodBuilder/Prebuilt
383
+ GoogleUtilities:
384
+ :path: PodBuilder/Prebuilt
385
+ "gRPC-C++":
386
+ :path: PodBuilder/Prebuilt
387
+ gRPC-Core:
388
+ :path: PodBuilder/Prebuilt
389
+ GTMSessionFetcher:
390
+ :path: PodBuilder/Prebuilt
391
+ leveldb-library:
392
+ :path: PodBuilder/Prebuilt
393
+ Loop:
394
+ :path: PodBuilder/Prebuilt
395
+ nanopb:
396
+ :path: PodBuilder/Prebuilt
397
+ PromisesObjC:
398
+ :path: PodBuilder/Prebuilt
399
+ ReactiveSwift:
400
+ :path: PodBuilder/Prebuilt
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