| { |
| "name": "FirebaseCrash", |
| "version": "1.0.6", |
| "summary": "Firebase Mobile Crash Reporting for iOS", |
| "description": "Firebase Mobile Crash Reporting provides analytics about the stability and number of bugs affecting your app, as well as diagnostic information for quickly fixing them", |
| "homepage": "https://firebase.google.com", |
| "license": { |
| "type": "Copyright", |
| "text": "Copyright 2016 Google Inc." |
| }, |
| "authors": "Google Inc.", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "vendored_frameworks": [ |
| "Frameworks/FirebaseCrash.framework" |
| ], |
| "source_files": [ |
| |
| ], |
| "preserve_paths": [ |
| "README.md", |
| "batch-upload", |
| "dump_syms", |
| "upload-sym", |
| "upload-sym-util.bash", |
| "upload-sym.sh" |
| ], |
| "frameworks": [ |
| "CoreTelephony", |
| "SystemConfiguration" |
| ], |
| "libraries": [ |
| "c++" |
| ], |
| "dependencies": { |
| "FirebaseAnalytics": [ |
| "~> 3.0" |
| ], |
| "GoogleUtilities": [ |
| "~> 1.0" |
| ], |
| "FirebaseInstanceID": [ |
| "~> 1.0" |
| ], |
| "GoogleInterchangeUtilities": [ |
| "~> 1.0" |
| ], |
| "GoogleSymbolUtilities": [ |
| "~> 1.0" |
| ] |
| }, |
| "source": { |
| "http": "https://www.gstatic.com/cpdc/4d855202d52d978f-FirebaseCrash-1.0.6.tar.gz" |
| }, |
| "deprecated_in_favor_of": "Crashlytics" |
| } |