[Add] GizoSDK 1.0.11-beta.11
[CocoaPods.git] / Specs / a / 4 / 5 / CrashGuardKit / 0.0.6 / CrashGuardKit.podspec.json
bloba0b055334270281b72c99527fec967afb7438188
2   "name": "CrashGuardKit",
3   "version": "0.0.6",
4   "summary": "This framework can avoid Foundation framework potential crash danger.",
5   "description": "This framework can guard crash in code, it has been uesed in my projects ,and it works very good.",
6   "homepage": "https://github.com/bravegogo/CrashGuardKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bravegogo": "bravegogo@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/bravegogo/CrashGuardKit.git",
19     "tag": "0.0.6"
20   },
21   "source_files": [
22     "CrashGuard",
23     "CrashGuardKit/CrashGuard/*.{h,m}"
24   ],
25   "exclude_files": "CrashGuard/Exclude",
26   "requires_arc": true