blob: f22b2ac8d940c36c55327501b09faa09e2269f71 [file] [log] [blame]
{
"name": "Bugsnag",
"version": "6.1.7",
"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.1.7"
},
"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"
]
}