blob: 1e846124d407b1290fb6fb83f48ea88f37f289e3 [file] [log] [blame]
{
"name": "Bugsnag",
"version": "6.2.1",
"summary": "The Bugsnag crash reporting framework for Apple platforms.",
"homepage": "https://bugsnag.com",
"license": "MIT",
"authors": {
"Bugsnag": "notifiers@bugsnag.com"
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v6.2.1"
},
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
],
"libraries": [
"c++",
"z"
],
"platforms": {
"ios": "9.3",
"osx": "10.11",
"tvos": "9.2"
},
"source_files": [
"Bugsnag/{**/,}*.{m,h,mm,c}"
],
"requires_arc": true,
"public_header_files": [
"Bugsnag/include/Bugsnag/*.h"
]
}