[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 8 / a / KYCrashHandler / 0.0.3 / KYCrashHandler.podspec.json
blobb30c70ade395b0fdc3ddf6924718c82f115b236b
2   "name": "KYCrashHandler",
3   "version": "0.0.3",
4   "summary": "a tool to protect from crash and catch crashes.",
5   "homepage": "https://github.com/Deeer/KYCrashHandler",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Koul Dela",
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/Deeer/KYCrashHandler.git",
16     "tag": "v0.0.3"
17   },
18   "source_files": [
19     "CrashDemo/CrashManager/*",
20     "CrashDemo/CrashManager/**/*",
21     "CrashDemo/*"
22   ],
23   "exclude_files": "CrashDemo/*.plist",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true