[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / b / d / XBExceptionHandler / 1.0.2 / XBExceptionHandler.podspec.json
blobd53b6163805bfcec3b122005133d740aa9aedc4a
2   "name": "XBExceptionHandler",
3   "version": "1.0.2",
4   "summary": "Catch Crash Exception",
5   "homepage": "https://github.com/yanxiaobing/XBExceptionHandler",
6   "license": "MIT",
7   "authors": {
8     "Xingo": "dove025@qq.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/yanxiaobing/XBExceptionHandler.git",
15     "tag": "1.0.2"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "Model",
21       "source_files": "XBExceptionHandler/**/*.{h,m}"
22     },
23     {
24       "name": "Service",
25       "source_files": "XBExceptionHandler/**/*.{h,m}"
26     },
27     {
28       "name": "View",
29       "source_files": "XBExceptionHandler/**/*.{h,m}"
30     }
31   ]