blob: 4162a8fcce499cf73f320fad6d203132580086d9 [file] [log] [blame]
{
"name": "FirebaseCrash",
"version": "1.0.4",
"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.2"
],
"GoogleUtilities": [
"~> 1.3"
],
"GoogleInterchangeUtilities": [
"~> 1.2"
],
"FirebaseInstanceID": [
"~> 1.0"
],
"GoogleSymbolUtilities": [
"~> 1.1"
]
},
"source": {
"http": "https://www.gstatic.com/cpdc/3c6508aa6b5552a2-FirebaseCrash-1.0.4.tar.gz"
},
"deprecated_in_favor_of": "Crashlytics"
}