pod-builder 1.9.2 → 2.0.0.beta.19
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.
- checksums.yaml +4 -4
- data/.gitignore +9 -0
- data/Example/Frameworks/.gitignore +6 -0
- data/Example/Frameworks/.pod_builder/pod_builder +0 -0
- data/Example/Frameworks/PodBuilder.json +10 -4
- data/Example/Frameworks/Podfile +23 -0
- data/Example/Frameworks/Podfile.restore +40 -0
- data/Example/PodBuilderExample.xcodeproj/project.pbxproj +3 -8
- data/Example/{PodBuilderExample.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist → PodBuilderExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist} +2 -8
- data/Example/PodBuilderExample/AppDelegate.swift +4 -0
- data/Example/Podfile +44 -1
- data/Example/Podfile.lock +426 -7
- data/Example/Pods-acknowledgements.md +210 -0
- data/Example/Pods-acknowledgements.plist +206 -0
- data/README.md +38 -1
- data/exe/pod_builder +14 -14
- data/lib/pod_builder/analyze.rb +32 -7
- data/lib/pod_builder/analyzer.rb +16 -0
- data/lib/pod_builder/command/build.rb +110 -96
- data/lib/pod_builder/command/clean.rb +9 -11
- data/lib/pod_builder/command/clear_lldbinit.rb +1 -1
- data/lib/pod_builder/command/deintegrate.rb +2 -1
- data/lib/pod_builder/command/generate_lfs.rb +2 -2
- data/lib/pod_builder/command/install_sources.rb +1 -1
- data/lib/pod_builder/command/switch.rb +99 -99
- data/lib/pod_builder/command/sync_podfile.rb +2 -1
- data/lib/pod_builder/command/update.rb +1 -1
- data/lib/pod_builder/command/update_lldbinit.rb +2 -2
- data/lib/pod_builder/configuration.rb +62 -7
- data/lib/pod_builder/core.rb +60 -5
- data/lib/pod_builder/info.rb +24 -90
- data/lib/pod_builder/install.rb +149 -83
- data/lib/pod_builder/podfile.rb +87 -14
- data/lib/pod_builder/podfile/post_actions.rb +0 -1
- data/lib/pod_builder/podfile_item.rb +152 -74
- data/lib/pod_builder/podspec.rb +125 -133
- data/lib/pod_builder/rome/post_install.rb +248 -0
- data/lib/pod_builder/rome/pre_install.rb +6 -0
- data/lib/pod_builder/templates/build_podfile.template +1 -1
- data/lib/pod_builder/version.rb +1 -1
- data/pod-builder.gemspec +4 -4
- metadata +32 -64
- data/Example/Pods/Alamofire/LICENSE +0 -19
- data/Example/Pods/Alamofire/README.md +0 -242
- data/Example/Pods/Alamofire/Source/AFError.swift +0 -460
- data/Example/Pods/Alamofire/Source/Alamofire.swift +0 -465
- data/Example/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift +0 -37
- data/Example/Pods/Alamofire/Source/MultipartFormData.swift +0 -580
- data/Example/Pods/Alamofire/Source/NetworkReachabilityManager.swift +0 -233
- data/Example/Pods/Alamofire/Source/Notifications.swift +0 -55
- data/Example/Pods/Alamofire/Source/ParameterEncoding.swift +0 -483
- data/Example/Pods/Alamofire/Source/Request.swift +0 -654
- data/Example/Pods/Alamofire/Source/Response.swift +0 -567
- data/Example/Pods/Alamofire/Source/ResponseSerialization.swift +0 -715
- data/Example/Pods/Alamofire/Source/Result.swift +0 -300
- data/Example/Pods/Alamofire/Source/ServerTrustPolicy.swift +0 -307
- data/Example/Pods/Alamofire/Source/SessionDelegate.swift +0 -725
- data/Example/Pods/Alamofire/Source/SessionManager.swift +0 -896
- data/Example/Pods/Alamofire/Source/TaskDelegate.swift +0 -466
- data/Example/Pods/Alamofire/Source/Timeline.swift +0 -136
- data/Example/Pods/Alamofire/Source/Validation.swift +0 -315
- data/Example/Pods/Manifest.lock +0 -16
- data/Example/Pods/Pods.xcodeproj/project.pbxproj +0 -673
- data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Alamofire.xcscheme +0 -60
- data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/Pods-PodBuilderExample.xcscheme +0 -60
- data/Example/Pods/Pods.xcodeproj/xcuserdata/tomas.xcuserdatad/xcschemes/xcschememanagement.plist +0 -21
- data/Example/Pods/Target Support Files/Alamofire/Alamofire-dummy.m +0 -5
- data/Example/Pods/Target Support Files/Alamofire/Alamofire-prefix.pch +0 -12
- data/Example/Pods/Target Support Files/Alamofire/Alamofire-umbrella.h +0 -16
- data/Example/Pods/Target Support Files/Alamofire/Alamofire.modulemap +0 -6
- data/Example/Pods/Target Support Files/Alamofire/Alamofire.xcconfig +0 -9
- data/Example/Pods/Target Support Files/Alamofire/Info.plist +0 -26
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Info.plist +0 -26
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.markdown +0 -26
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-acknowledgements.plist +0 -58
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-dummy.m +0 -5
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-frameworks.sh +0 -153
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-resources.sh +0 -118
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample-umbrella.h +0 -16
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.debug.xcconfig +0 -11
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.modulemap +0 -6
- data/Example/Pods/Target Support Files/Pods-PodBuilderExample/Pods-PodBuilderExample.release.xcconfig +0 -11
- data/lib/pod_builder/cocoapods/specification.rb +0 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c06b4ecc3c8c722ab6166226bc5337951f42f97495a7fc6b0ba48e7c9c9a3079
|
4
|
+
data.tar.gz: b3f10ca75dcc9274897356e17960da284130edd7d883718a382a7846172db1b5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5d8b859e774be7793aba56f08e883d53ad5dddad9be6feed13330a0a047661e5de382afc439b9c5beb497a8f58c3859a3fc59863d52258dba41cdd43b1bcc55e
|
7
|
+
data.tar.gz: 68dc2d069a5e92357b23af3f01bbb419b44c04682600cd39c3b14445027fe49278f9f3c8f7387018f35478c5841edc16406bdb1fe56764462e0d5d194c71880d
|
data/.gitignore
CHANGED
File without changes
|
@@ -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 = "\"${
|
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>
|
6
|
-
<
|
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
|
|
data/Example/Podfile
CHANGED
@@ -1,8 +1,51 @@
|
|
1
|
+
# Autogenerated by PodBuilder (https://github.com/Subito-it/PodBuilder)
|
2
|
+
# Any change to this file should be done on Frameworks/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 => 'Frameworks/Rome' # pb<Alamofire>
|
11
|
+
pod 'AFNetworking', :path => 'Frameworks/Rome' # pb<AFNetworking>
|
12
|
+
pod 'Loop', :path => 'Frameworks/Rome' # pb<Loop>
|
13
|
+
pod 'ReactiveSwift', :path => 'Frameworks/Rome' # pb<Loop>
|
14
|
+
|
15
|
+
# Firebase
|
16
|
+
pod 'Firebase'
|
17
|
+
pod 'FirebaseCore', :path => 'Frameworks/Rome' # pb<FirebaseCore>
|
18
|
+
pod 'GoogleUtilities', :path => 'Frameworks/Rome' # pb<FirebaseCore>
|
19
|
+
pod 'FirebaseCoreDiagnostics', :path => 'Frameworks/Rome' # pb<FirebaseCore>
|
20
|
+
pod 'PromisesObjC', :path => 'Frameworks/Rome' # pb<FirebaseCore>
|
21
|
+
pod 'GoogleDataTransport', :path => 'Frameworks/Rome' # pb<FirebaseCore>
|
22
|
+
pod 'nanopb', :path => 'Frameworks/Rome' # pb<FirebaseCore>
|
23
|
+
pod 'FirebaseDatabase', :path => 'Frameworks/Rome' # pb<FirebaseDatabase>
|
24
|
+
pod 'leveldb-library', :path => 'Frameworks/Rome' # pb<FirebaseDatabase>
|
25
|
+
pod 'GoogleUtilities', :path => 'Frameworks/Rome' # pb<FirebaseDatabase>
|
26
|
+
pod 'FirebaseAuth', :path => 'Frameworks/Rome' # pb<FirebaseAuth>
|
27
|
+
pod 'GoogleUtilities', :path => 'Frameworks/Rome' # pb<FirebaseAuth>
|
28
|
+
pod 'GTMSessionFetcher', :path => 'Frameworks/Rome' # pb<FirebaseAuth>
|
29
|
+
pod 'FirebaseFirestore', :path => 'Frameworks/Rome' # pb<FirebaseFirestore>
|
30
|
+
pod 'abseil', :path => 'Frameworks/Rome' # pb<FirebaseFirestore>
|
31
|
+
pod 'gRPC-C++', :path => 'Frameworks/Rome' # pb<FirebaseFirestore>
|
32
|
+
pod 'GoogleUtilities', :path => 'Frameworks/Rome' # pb<FirebaseFirestore>
|
33
|
+
pod 'gRPC-Core', :path => 'Frameworks/Rome' # pb<FirebaseFirestore>
|
34
|
+
pod 'BoringSSL-GRPC', :path => 'Frameworks/Rome' # pb<FirebaseFirestore>
|
35
|
+
pod 'FirebasePerformance'
|
36
|
+
pod 'FirebaseCrashlytics', :path => 'Frameworks/Rome' # pb<FirebaseCrashlytics>
|
37
|
+
pod 'FirebaseInstallations', :path => 'Frameworks/Rome' # pb<FirebaseCrashlytics>
|
38
|
+
pod 'GoogleUtilities', :path => 'Frameworks/Rome' # 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::remove_target_support_duplicate_entries
|
49
|
+
PodBuilder::Podfile::check_target_support_resource_collisions
|
50
|
+
|
8
51
|
end
|
data/Example/Podfile.lock
CHANGED
@@ -1,16 +1,435 @@
|
|
1
1
|
PODS:
|
2
|
-
-
|
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
|
-
-
|
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
|
-
|
9
|
-
-
|
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
|
-
|
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:
|
433
|
+
PODFILE CHECKSUM: d1f8c6329b352a6e3e7e166ded4c42493ba8908f
|
15
434
|
|
16
|
-
COCOAPODS: 1.
|
435
|
+
COCOAPODS: 1.9.3
|