blob: 9f1c427850a5f2a8521e6d703cd05f5dde1fe377 [file] [log] [blame]
{
"name": "Bugsnag",
"version": "2.2.2",
"summary": "iOS notifier for SDK for bugsnag.com.",
"homepage": "https://bugsnag.com",
"license": "MIT",
"authors": {
"Bugsnag": "notifiers@bugsnag.com"
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-ios.git",
"tag": "2.2.2"
},
"platforms": {
"ios": "4.0"
},
"source_files": [
"Bugsnag Plugin",
"Bugsnag Plugin/Categories"
],
"requires_arc": true,
"public_header_files": "Bugsnag Plugin/Bugsnag.h",
"frameworks": "SystemConfiguration",
"dependencies": {
"Reachability": [
"~> 3.1"
]
}
}