[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / b / HXExceptionGuard / 0.0.2 / HXExceptionGuard.podspec.json
blobbb07640c8b289887d3b33958f1c6ced48411131a
2   "name": "HXExceptionGuard",
3   "version": "0.0.2",
4   "summary": "常用系统类使用崩溃基础防护组件",
5   "homepage": "https://github.com/yiyucanglang",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dahuanxiong": "xinlixuezyj@163.com"
12   },
13   "source": {
14     "git": "https://github.com/yiyucanglang/HXCrashProtection.git",
15     "tag": "0.0.2"
16   },
17   "static_framework": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": [
22     "*{h}",
23     "Container/*{h}",
24     "NSNotification/*{h}",
25     "NSNull/*{h}",
26     "NSTimer/*{h}",
27     "String/*{h}"
28   ],
29   "source_files": [
30     "*.{h,m}",
31     "Container/*.{h,m}",
32     "NSNotification/*.{h,m}",
33     "NSNull/*.{h,m}",
34     "NSTimer/*.{h,m}",
35     "String/*.{h,m}"
36   ],
37   "dependencies": {
38     "RSSwizzle": [
40     ]
41   }