blob: 8e2ed8b7148d4ebdd2bc52c88c36d44367340a2e [file] [log] [blame]
{
"name": "ParseCrashReporting",
"version": "1.7.2.2",
"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/588d2825a5cb1a143b9e22947da00a16/parse-library-1.7.2.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",
"MobileCoreServices",
"Security",
"SystemConfiguration"
],
"libraries": [
"z",
"sqlite3",
"stdc++.6"
],
"dependencies": {
"Bolts/Tasks": [
">= 1.1.5"
],
"Parse": [
"~> 1.7.2"
]
}
}