[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / a / 4 / CrashHooker / 0.0.2 / CrashHooker.podspec.json
blobfc5547209dd723b65de010795fb54d2ab79628b4
2   "name": "CrashHooker",
3   "version": "0.0.2",
4   "summary": "Simple crash protection for the app.",
5   "description": "利用Try-catch和runtime防止日常的崩溃,Simple crash protection for the app.",
6   "homepage": "https://github.com/SmallwolfiOS/CrashHooker",
7   "license": "MIT",
8   "authors": {
9     "马海平": "1348748408@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/SmallwolfiOS/CrashHooker.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "CrashHooker",
20     "CrashHooker/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "requires_arc": true