blob: d9fe7fb9cf4ddc8458d52346bcf19ac842621560 [file] [log] [blame]
{
"name": "ParseCrashReporting",
"version": "1.9.0",
"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/e30cfc62b2727d93431e1e9a651176f3/parse-library-1.9.0.zip"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "*.h",
"source_files": [
"*.h",
"Empty.m"
],
"preserve_paths": "ParseCrashReporting.framework/ParseCrashReporting",
"vendored_libraries": "libParseCrashReportingLib.a",
"prepare_command": "touch Empty.m && cp ParseCrashReporting.framework/ParseCrashReporting libParseCrashReportingLib.a && cp ParseCrashReporting.framework/Headers/* .",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"Foundation",
"CFNetwork",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3",
"stdc++.6"
],
"dependencies": {
"Bolts/Tasks": [
">= 1.2.2"
],
"Parse": [
"~> 1.9.0"
]
}
}