-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from humblehacker/master
Add support for Firebase Analytics
- Loading branch information
Showing
17 changed files
with
2,557 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,96 @@ | ||
PODS: | ||
- Crashlytics (3.8.4): | ||
- Fabric (~> 1.6.3) | ||
- CrashlyticsRecorder (2.3.0) | ||
- CrashlyticsRecorder/Answers (2.4.0) | ||
- CrashlyticsRecorder/Crashlytics (2.4.0) | ||
- CrashlyticsRecorder/FirebaseAnalytics (2.4.0) | ||
- Fabric (1.6.11) | ||
- Firebase/Core (5.13.0): | ||
- Firebase/CoreOnly | ||
- FirebaseAnalytics (= 5.3.0) | ||
- Firebase/CoreOnly (5.13.0): | ||
- FirebaseCore (= 5.1.8) | ||
- FirebaseAnalytics (5.3.0): | ||
- FirebaseCore (~> 5.1) | ||
- FirebaseInstanceID (~> 3.3) | ||
- GoogleAppMeasurement (~> 5.3) | ||
- GoogleUtilities/AppDelegateSwizzler (~> 5.2) | ||
- GoogleUtilities/MethodSwizzler (~> 5.2) | ||
- GoogleUtilities/Network (~> 5.2) | ||
- "GoogleUtilities/NSData+zlib (~> 5.2)" | ||
- nanopb (~> 0.3) | ||
- FirebaseCore (5.1.8): | ||
- GoogleUtilities/Logger (~> 5.2) | ||
- FirebaseInstanceID (3.3.0): | ||
- FirebaseCore (~> 5.1) | ||
- GoogleUtilities/Environment (~> 5.3) | ||
- GoogleUtilities/UserDefaults (~> 5.3) | ||
- GoogleAppMeasurement (5.3.0): | ||
- GoogleUtilities/AppDelegateSwizzler (~> 5.2) | ||
- GoogleUtilities/MethodSwizzler (~> 5.2) | ||
- GoogleUtilities/Network (~> 5.2) | ||
- "GoogleUtilities/NSData+zlib (~> 5.2)" | ||
- nanopb (~> 0.3) | ||
- GoogleUtilities/AppDelegateSwizzler (5.3.6): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network | ||
- GoogleUtilities/Environment (5.3.6) | ||
- GoogleUtilities/Logger (5.3.6): | ||
- GoogleUtilities/Environment | ||
- GoogleUtilities/MethodSwizzler (5.3.6): | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/Network (5.3.6): | ||
- GoogleUtilities/Logger | ||
- "GoogleUtilities/NSData+zlib" | ||
- GoogleUtilities/Reachability | ||
- "GoogleUtilities/NSData+zlib (5.3.6)" | ||
- GoogleUtilities/Reachability (5.3.6): | ||
- GoogleUtilities/Logger | ||
- GoogleUtilities/UserDefaults (5.3.6): | ||
- GoogleUtilities/Logger | ||
- nanopb (0.3.901): | ||
- nanopb/decode (= 0.3.901) | ||
- nanopb/encode (= 0.3.901) | ||
- nanopb/decode (0.3.901) | ||
- nanopb/encode (0.3.901) | ||
|
||
DEPENDENCIES: | ||
- Crashlytics | ||
- CrashlyticsRecorder (from `../`) | ||
- CrashlyticsRecorder/Answers (from `../`) | ||
- CrashlyticsRecorder/Crashlytics (from `../`) | ||
- CrashlyticsRecorder/FirebaseAnalytics (from `../`) | ||
- Fabric | ||
- Firebase/Core | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Crashlytics | ||
- Fabric | ||
- Firebase | ||
- FirebaseAnalytics | ||
- FirebaseCore | ||
- FirebaseInstanceID | ||
- GoogleAppMeasurement | ||
- GoogleUtilities | ||
- nanopb | ||
|
||
EXTERNAL SOURCES: | ||
CrashlyticsRecorder: | ||
:path: "../" | ||
|
||
SPEC CHECKSUMS: | ||
Crashlytics: 79e236942ca1e7fc641df1feb9a275360a78ab6a | ||
CrashlyticsRecorder: 165ef7732800b347fb0afa68dd2ea0d3b049fae6 | ||
CrashlyticsRecorder: 4e279997c3825fd5c22750d30c2606b7bc1a98f3 | ||
Fabric: 5911403591946b8228ab1c51d98f1d7137e863c6 | ||
Firebase: 6df9a6114bc9f106a98fe83d5438d4d9833c2019 | ||
FirebaseAnalytics: 63202d2665de4e6adcbdce189135255d8b5962ba | ||
FirebaseCore: fba2bfaa691c49028309b92e4dd37cc4b5512fbe | ||
FirebaseInstanceID: e2fa4cb35ef5558c200f7f0ad8a53e212215f93e | ||
GoogleAppMeasurement: 5029d78f2b438bd30ffb44e6c558b57c21622727 | ||
GoogleUtilities: 95996bea7c7d9b8fb811b7507669a4a8762f80c7 | ||
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48 | ||
|
||
PODFILE CHECKSUM: d5b1aad82be7e86ba880f27203feabaaa6d724ea | ||
PODFILE CHECKSUM: 3de2cc74f27aad52f51a4523d047841525a9f89c | ||
|
||
COCOAPODS: 1.6.0.beta.1 | ||
COCOAPODS: 1.5.3 |
19 changes: 16 additions & 3 deletions
19
Example/Pods/Local Podspecs/CrashlyticsRecorder.podspec.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.