blob: 9baf69fb60c4e317faf9f81a024153a23023dc7e [file] [log] [blame]
{
"name": "CBHockeyAppCrashReportUI-iOS",
"version": "0.0.2",
"summary": "Dialog for adding details to a crash report as in the Mac version of HockeyApp.",
"description": " Dialog for adding details to a crash report as in the Mac version of HockeyApp.\n Uses a grouped UITableView for the dialog UI.\n",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Beer": "christian.beer@chbeer.de"
},
"social_media_url": "http://twitter.com/Christian_Beer",
"homepage": "https://github.com/chbeer/CBHockeyAppCrashReportUI-iOS",
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/chbeer/CBHockeyAppCrashReportUI-iOS.git",
"tag": "0.0.2"
},
"source_files": [
"Library",
"Library/*.{h,m}"
],
"resources": "Library/Resources/**",
"requires_arc": true,
"dependencies": {
"HockeySDK": [
]
}
}