blob: 4a19351f87dc1794f886db4da36f03a0bf1be832 [file] [log] [blame]
{
"name": "PLCrashReporter",
"version": "1.2-rc2",
"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",
"text": " Except as noted below, PLCrashReporter is provided under the\n following license:\n\n Copyright (c) 2008 - 2013 Plausible Labs Cooperative, Inc.\n All rights reserved.\n\n Permission is hereby granted, free of charge, to any person\n obtaining a copy of this software and associated documentation\n files (the \"Software\"), to deal in the Software without\n restriction, including without limitation the rights to use,\n copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following\n conditions:\n \n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\n OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\n HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\n WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\n OTHER DEALINGS IN THE SOFTWARE.\n \n Additional contributions have been made under the same license terms\n as above, with copyright held by their respective authors:\n \n Damian Morris <damian@moso.com.au>\n Copyright (c) 2010 MOSO Corporation, Pty Ltd.\n All rights reserved.\n \n HockeyApp/Bitstadium\n Copyright (c) 2012 HockeyApp, Bit Stadium GmbH.\n All rights reserved.\n \n The protobuf-c library, as well as the PLCrashLogWriterEncoding.c\n file are licensed as follows:\n \n Copyright 2008, Dave Benson.\n \n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with\n the License. You may obtain a copy of the License\n at http://www.apache.org/licenses/LICENSE-2.0 Unless\n required by applicable law or agreed to in writing,\n software distributed under the License is distributed on\n an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n KIND, either express or implied. See the License for the\n specific language governing permissions and limitations\n under the License.\n"
},
"authors": {
"Plausible Labs Cooperative, Inc.": "contact@plausible.coop"
},
"source": {
"http": "https://www.plcrashreporter.org/static/downloads/PLCrashReporter-1.2-rc2.zip"
},
"platforms": {
"ios": 4.3,
"osx": 10.5
},
"ios": {
"public_header_files": "PLCrashReporter-1.2-rc2/iOS Framework/CrashReporter.framework/Headers/*.h*",
"vendored_frameworks": "PLCrashReporter-1.2-rc2/iOS Framework/CrashReporter.framework"
},
"osx": {
"public_header_files": "PLCrashReporter-1.2-rc2/Mac OS X Framework/CrashReporter.framework/Headers/*.h*",
"vendored_frameworks": "PLCrashReporter-1.2-rc2/Mac OS X Framework/CrashReporter.framework",
"resources": "PLCrashReporter-1.2-rc2/Mac OS X Framework/CrashReporter.framework",
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks"
}
},
"requires_arc": false
}