blob: 96e0d58d5e4d45ee2f03289cd72a54b1bc2051bb [file] [log] [blame]
{
"name": "PLCrashReporter",
"version": "1.2-rc5",
"summary": "Reliable, open-source crash reporting for iOS and Mac OS X.",
"description": " Plausible CrashReporter provides an in-process crash reporting\n framework for use on both iOS and Mac OS X, and powers many of\n the crash reporting services available for iOS, including\n HockeyApp, Flurry, and Crittercism.\n",
"homepage": "https://www.plcrashreporter.org",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Plausible Labs Cooperative, Inc.": "contact@plausible.coop"
},
"source": {
"http": "https://www.plcrashreporter.org/static/downloads/PLCrashReporter-1.2-rc5.zip",
"flatten": true
},
"platforms": {
"ios": 4.3,
"osx": 10.5
},
"ios": {
"public_header_files": "iOS Framework/CrashReporter.framework/Versions/A/Headers/*.h*",
"vendored_frameworks": "iOS Framework/CrashReporter.framework"
},
"osx": {
"public_header_files": "Mac OS X Framework/CrashReporter.framework/Versions/A/Headers/*.h*",
"vendored_frameworks": "Mac OS X Framework/CrashReporter.framework",
"resources": "Mac OS X Framework/CrashReporter.framework",
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
},
"requires_arc": false
}