blob: 80af77a19884302c297c24d5bf64b56019f0de86 [file] [log] [blame]
{
"name": "Rollbar",
"version": "0.1.4",
"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.4"
},
"source_files": [
"Rollbar",
"Vendor"
],
"frameworks": [
"SystemConfiguration",
"UIKit",
"Foundation"
],
"vendored_frameworks": "Vendor/CrashReporter.framework",
"requires_arc": true
}