[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / b / 2 / CBHockeyAppCrashReportUI-iOS / 0.0.2 / CBHockeyAppCrashReportUI-iOS.podspec.json
blob9baf69fb60c4e317faf9f81a024153a23023dc7e
2   "name": "CBHockeyAppCrashReportUI-iOS",
3   "version": "0.0.2",
4   "summary": "Dialog for adding details to a crash report as in the Mac version of HockeyApp.",
5   "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",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Christian Beer": "christian.beer@chbeer.de"
12   },
13   "social_media_url": "http://twitter.com/Christian_Beer",
14   "homepage": "https://github.com/chbeer/CBHockeyAppCrashReportUI-iOS",
15   "platforms": {
16     "ios": "6.1"
17   },
18   "source": {
19     "git": "https://github.com/chbeer/CBHockeyAppCrashReportUI-iOS.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "Library",
24     "Library/*.{h,m}"
25   ],
26   "resources": "Library/Resources/**",
27   "requires_arc": true,
28   "dependencies": {
29     "HockeySDK": [
31     ]
32   }