Skip to content

Commit 8c6cb20

Browse files
author
Brandon Sneed
committed
SPM changes
1 parent 97e12cd commit 8c6cb20

File tree

8 files changed

+213
-100
lines changed

8 files changed

+213
-100
lines changed

Example/Podfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
platform :ios, '10.0'
22

3+
use_frameworks!
4+
35
## Without use_frameworks!
46
target 'Segment-Firebase_Example' do
57
# Use default subspec

Example/Podfile.lock

Lines changed: 69 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,101 @@
11
PODS:
2-
- Analytics (4.1.3)
2+
- Analytics (4.1.4)
33
- Expecta (1.0.6)
4-
- Firebase/Core (7.7.0):
4+
- Firebase (7.11.0):
5+
- Firebase/Core (= 7.11.0)
6+
- Firebase/Core (7.11.0):
57
- Firebase/CoreOnly
6-
- FirebaseAnalytics (= 7.7.0)
7-
- Firebase/CoreOnly (7.7.0):
8-
- FirebaseCore (= 7.7.0)
9-
- FirebaseAnalytics (7.7.0):
8+
- FirebaseAnalytics (~> 7.11.0)
9+
- Firebase/CoreOnly (7.11.0):
10+
- FirebaseCore (= 7.11.0)
11+
- FirebaseAnalytics (7.11.0):
12+
- FirebaseAnalytics/AdIdSupport (= 7.11.0)
1013
- FirebaseCore (~> 7.0)
1114
- FirebaseInstallations (~> 7.0)
12-
- GoogleAppMeasurement (= 7.7.0)
1315
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
1416
- GoogleUtilities/MethodSwizzler (~> 7.0)
1517
- GoogleUtilities/Network (~> 7.0)
1618
- "GoogleUtilities/NSData+zlib (~> 7.0)"
17-
- nanopb (~> 2.30907.0)
18-
- FirebaseCore (7.7.0):
19+
- nanopb (~> 2.30908.0)
20+
- FirebaseAnalytics/AdIdSupport (7.11.0):
21+
- FirebaseAnalytics/Base (= 7.11.0)
22+
- FirebaseCore (~> 7.0)
23+
- FirebaseInstallations (~> 7.0)
24+
- GoogleAppMeasurement/AdIdSupport (= 7.11.0)
25+
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
26+
- GoogleUtilities/MethodSwizzler (~> 7.0)
27+
- GoogleUtilities/Network (~> 7.0)
28+
- "GoogleUtilities/NSData+zlib (~> 7.0)"
29+
- nanopb (~> 2.30908.0)
30+
- FirebaseAnalytics/Base (7.11.0):
31+
- FirebaseCore (~> 7.0)
32+
- FirebaseInstallations (~> 7.0)
33+
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
34+
- GoogleUtilities/MethodSwizzler (~> 7.0)
35+
- GoogleUtilities/Network (~> 7.0)
36+
- "GoogleUtilities/NSData+zlib (~> 7.0)"
37+
- nanopb (~> 2.30908.0)
38+
- FirebaseCore (7.11.0):
1939
- FirebaseCoreDiagnostics (~> 7.4)
2040
- GoogleUtilities/Environment (~> 7.0)
2141
- GoogleUtilities/Logger (~> 7.0)
22-
- FirebaseCoreDiagnostics (7.7.0):
23-
- GoogleDataTransport (~> 8.0)
42+
- FirebaseCoreDiagnostics (7.11.0):
43+
- GoogleDataTransport (~> 8.4)
2444
- GoogleUtilities/Environment (~> 7.0)
2545
- GoogleUtilities/Logger (~> 7.0)
26-
- nanopb (~> 2.30907.0)
27-
- FirebaseInstallations (7.7.0):
46+
- nanopb (~> 2.30908.0)
47+
- FirebaseInstallations (7.11.0):
2848
- FirebaseCore (~> 7.0)
2949
- GoogleUtilities/Environment (~> 7.0)
3050
- GoogleUtilities/UserDefaults (~> 7.0)
3151
- PromisesObjC (~> 1.2)
32-
- GoogleAppMeasurement (7.7.0):
52+
- GoogleAppMeasurement/AdIdSupport (7.11.0):
3353
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
3454
- GoogleUtilities/MethodSwizzler (~> 7.0)
3555
- GoogleUtilities/Network (~> 7.0)
3656
- "GoogleUtilities/NSData+zlib (~> 7.0)"
37-
- nanopb (~> 2.30907.0)
38-
- GoogleDataTransport (8.2.0):
39-
- nanopb (~> 2.30907.0)
40-
- GoogleUtilities/AppDelegateSwizzler (7.2.2):
57+
- nanopb (~> 2.30908.0)
58+
- GoogleDataTransport (8.4.0):
59+
- GoogleUtilities/Environment (~> 7.2)
60+
- nanopb (~> 2.30908.0)
61+
- PromisesObjC (~> 1.2)
62+
- GoogleUtilities/AppDelegateSwizzler (7.4.0):
4163
- GoogleUtilities/Environment
4264
- GoogleUtilities/Logger
4365
- GoogleUtilities/Network
44-
- GoogleUtilities/Environment (7.2.2):
66+
- GoogleUtilities/Environment (7.4.0):
4567
- PromisesObjC (~> 1.2)
46-
- GoogleUtilities/Logger (7.2.2):
68+
- GoogleUtilities/Logger (7.4.0):
4769
- GoogleUtilities/Environment
48-
- GoogleUtilities/MethodSwizzler (7.2.2):
70+
- GoogleUtilities/MethodSwizzler (7.4.0):
4971
- GoogleUtilities/Logger
50-
- GoogleUtilities/Network (7.2.2):
72+
- GoogleUtilities/Network (7.4.0):
5173
- GoogleUtilities/Logger
5274
- "GoogleUtilities/NSData+zlib"
5375
- GoogleUtilities/Reachability
54-
- "GoogleUtilities/NSData+zlib (7.2.2)"
55-
- GoogleUtilities/Reachability (7.2.2):
76+
- "GoogleUtilities/NSData+zlib (7.4.0)"
77+
- GoogleUtilities/Reachability (7.4.0):
5678
- GoogleUtilities/Logger
57-
- GoogleUtilities/UserDefaults (7.2.2):
79+
- GoogleUtilities/UserDefaults (7.4.0):
5880
- GoogleUtilities/Logger
59-
- nanopb (2.30907.0):
60-
- nanopb/decode (= 2.30907.0)
61-
- nanopb/encode (= 2.30907.0)
62-
- nanopb/decode (2.30907.0)
63-
- nanopb/encode (2.30907.0)
81+
- nanopb (2.30908.0):
82+
- nanopb/decode (= 2.30908.0)
83+
- nanopb/encode (= 2.30908.0)
84+
- nanopb/decode (2.30908.0)
85+
- nanopb/encode (2.30908.0)
6486
- OCHamcrest (8.0.0)
6587
- OCMockito (6.0.0):
6688
- OCHamcrest (~> 8.0)
6789
- PromisesObjC (1.2.12)
68-
- Segment-Firebase (2.7.1-beta):
90+
- Segment-Firebase (2.7.2):
6991
- Analytics
92+
- Firebase (~> 7.7)
7093
- Firebase/Core (~> 7.7)
7194
- FirebaseAnalytics (~> 7.7)
72-
- Segment-Firebase/Core (= 2.7.1-beta)
73-
- Segment-Firebase/Core (2.7.1-beta):
95+
- Segment-Firebase/Core (= 2.7.2)
96+
- Segment-Firebase/Core (2.7.2):
7497
- Analytics
98+
- Firebase (~> 7.7)
7599
- Firebase/Core (~> 7.7)
76100
- FirebaseAnalytics (~> 7.7)
77101
- Specta (1.0.7)
@@ -105,23 +129,23 @@ EXTERNAL SOURCES:
105129
:path: "../"
106130

107131
SPEC CHECKSUMS:
108-
Analytics: 4c01e3e19d4be86705bad6581a1c2aa5a15a9d22
132+
Analytics: 7bdc735c456434b4eaa2eacdcf122bb03d51ede7
109133
Expecta: 3b6bd90a64b9a1dcb0b70aa0e10a7f8f631667d5
110-
Firebase: cd2ab85eec8170dc260186159f21072ecb679ad5
111-
FirebaseAnalytics: f3f8f75de34fe04141a69bb1c4bd7e24a80178e1
112-
FirebaseCore: ac35d680a0bf32319a59966a1478e0741536b97b
113-
FirebaseCoreDiagnostics: 179bf3831213451c8addd036aca7fcf5492ec154
114-
FirebaseInstallations: 42c86e7b02ff75b7f27f85833bf5dcb5f38a9774
115-
GoogleAppMeasurement: 0c3b134b2c0a90c4c24833873894bfe0e42a0384
116-
GoogleDataTransport: 1024b1a4dfbd7a0e92cb20d7e0a6f1fb66b449a4
117-
GoogleUtilities: 31c5b01f978a70c6cff2afc6272b3f1921614b43
118-
nanopb: 59221d7f958fb711001e6a449489542d92ae113e
134+
Firebase: c121feb35e4126c0b355e3313fa9b487d47319fd
135+
FirebaseAnalytics: cd3bd84d722a24a8923918af8af8e5236f615d77
136+
FirebaseCore: 907447d8917a4d3eb0cce2829c5a0ad21d90b432
137+
FirebaseCoreDiagnostics: 68ad972f99206cef818230f3f3179d52ccfb7f8c
138+
FirebaseInstallations: a58d4f72ec5861840b84df489f2668d970df558a
139+
GoogleAppMeasurement: fd19169c3034975cb934e865e5667bfdce59df7f
140+
GoogleDataTransport: cd9db2180fcecd8da1b561aea31e3e56cf834aa7
141+
GoogleUtilities: 284cddc7fffc14ae1907efb6f78ab95c1fccaedc
142+
nanopb: a0ba3315591a9ae0a16a309ee504766e90db0c96
119143
OCHamcrest: a613690381f1dac7637c18962c10dbe8feca4bb5
120144
OCMockito: 780f04370226f81a9d972c97d1203864ef609f5b
121145
PromisesObjC: 3113f7f76903778cf4a0586bd1ab89329a0b7b97
122-
Segment-Firebase: 34a16b9f5ceaa0b9103fd8e5d04edd1350a9e79e
146+
Segment-Firebase: 4c04930fd6fac5a10a8011cc38718f6804d37499
123147
Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66
124148

125-
PODFILE CHECKSUM: 521b28bc356266c886b5a93813f0baf61e2d0cfa
149+
PODFILE CHECKSUM: 6ed9d49cabf18e7f28eb6b1e1c6f84ce781f3324
126150

127151
COCOAPODS: 1.10.1

0 commit comments

Comments
 (0)