blob: 4b0d3abe42369a0fd95cf32f3ca92bf6bbe0d685 [file] [log] [blame]
{
"name": "ParseCrashReporting",
"version": "1.6.4",
"license": {
"type": "Commercial",
"text": "See https://www.parse.com/about/terms"
},
"homepage": "https://www.parse.com/",
"summary": "Parse is a complete technology stack to power your app's backend.",
"authors": "Parse",
"source": {
"http": "http://parse-ios.s3.amazonaws.com/39aa45a2aa46f6e694c3ee7e98112d98/parse-library-1.6.4.zip"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"vendored_frameworks": "ParseCrashReporting.framework",
"public_header_files": "ParseCrashReporting.framework/**/*.h",
"frameworks": [
"Foundation",
"CFNetwork",
"MobileCoreServices",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3",
"stdc++.6"
],
"dependencies": {
"Parse": [
"~> 1.6.4"
]
}
}