blob: cea803460a0004536085cc6c8baf05d13738ea82 [file] [log] [blame]
{
"name": "Rollbar",
"version": "0.1.3",
"summary": "Objective-C library for crash reporting and logging with Rollbar.",
"description": " Find, fix, and resolve errors with Rollbar.\n Easily send error data using Rollbar's API.\n Analyze, de-dupe, send alerts, and prepare the data for further analysis.\n Search, sort, and prioritize via the Rollbar dashboard.\n",
"homepage": "https://rollbar.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rollbar": "support@rollbar.com"
},
"social_media_url": "http://twitter.com/rollbar",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/rollbar/rollbar-ios.git",
"tag": "v0.1.3"
},
"source_files": [
"Rollbar",
"Vendor"
],
"frameworks": [
"SystemConfiguration",
"UIKit",
"Foundation"
],
"vendored_frameworks": "Vendor/CrashReporter.framework",
"requires_arc": true
}