[Add] DXPNudgesLib 1.0.32
[CocoaPods.git] / Specs / a / 4 / 5 / CrashGuardKit / 0.0.3 / CrashGuardKit.podspec.json
blob80101ba9985a83fb1644a3b62a76d9e614db4e6b
2   "name": "CrashGuardKit",
3   "version": "0.0.3",
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.3"
20   },
21   "source_files": "CrashGuardKit/CrashGuard/*.{h,m}",
22   "requires_arc": true