[Add] TapTapCoreSDK 4.5.1
[CocoaPods.git] / Specs / a / 4 / 5 / CrashGuardKit / 0.0.2 / CrashGuardKit.podspec.json
blob76fb4de9666760c6a98f120bc8fbf3be0a6c1cd0
2   "name": "CrashGuardKit",
3   "version": "0.0.2",
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.2"
20   },
21   "source_files": [
22     "CrashGuardKit",
23     "CrashGuardKit/CrashGuard/*.{h,m}"
24   ],
25   "requires_arc": true