blob: b957c3a0d1fd16d05024c90eb706c6a3c7e252a3 [file] [log] [blame]
{
"name": "RollbarDeploys",
"version": "2.0.0-alpha13",
"summary": "Application/client side SDK for accessing the Rollbar API Server.",
"description": "Find, fix, and resolve errors with Rollbar.\nEasily send error data using Rollbar API.\nAnalyze, de-dupe, send alerts, and prepare the data for further analysis.\nSearch, sort, and prioritize via the Rollbar dashboard.",
"homepage": "https://rollbar.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"documentation_url": "https://docs.rollbar.com/docs/ios",
"authors": {
"Andrey Kornich (Wide Spectrum Computing LLC)": "akornich@gmail.com",
"Rollbar": "support@rollbar.com"
},
"social_media_url": "http://twitter.com/rollbar",
"source": {
"git": "https://github.com/rollbar/rollbar-ios.git",
"tag": "v2.0.0-alpha13",
"submodules": true
},
"resources": "rollbar-logo.png",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "11.0"
},
"source_files": "RollbarDeploys/Sources/RollbarDeploys/**/*.{h,m}",
"public_header_files": "RollbarDeploys/Sources/RollbarDeploys/include/*.h",
"module_map": "RollbarDeploys/Sources/RollbarDeploys/include/module.modulemap",
"frameworks": "Foundation",
"dependencies": {
"RollbarCommon": [
"~> 2.0.0-alpha13"
]
},
"requires_arc": true
}