blob: 1e6d9ee678f726eaf549ee9f50f13d4dc2f62130 [file] [log] [blame]
{
"name": "ParseCrashReporting",
"version": "1.7.5",
"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/4f99c06cc58271c9e18199253fb9e059/parse-library-1.7.5.zip"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"public_header_files": "ParseCrashReporting.framework/**/*.h",
"source_files": [
"ParseCrashReporting.framework/**/*.h",
"Empty.m"
],
"preserve_paths": "ParseCrashReporting.framework/ParseCrashReporting",
"vendored_libraries": "libParseCrashReporting.a",
"prepare_command": "touch Empty.m && cp ParseCrashReporting.framework/ParseCrashReporting libParseCrashReporting.a",
"frameworks": [
"Foundation",
"CFNetwork",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3",
"stdc++.6"
],
"dependencies": {
"Bolts/Tasks": [
">= 1.2.0"
],
"Parse": [
"~> 1.7.5"
]
}
}