[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 8 / a / KYCrashHandler / 0.0.6 / KYCrashHandler.podspec.json
blobee853c522910ba73a29fa469179e33340efdc1c6
2   "name": "KYCrashHandler",
3   "version": "0.0.6",
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.6"
17   },
18   "source_files": [
19     "CrashDemo/KYCrashHandler/*",
20     "CrashDemo/Headers/*",
21     "CrashDemo/*"
22   ],
23   "public_header_files": "CrashDemo/Headers/*.h",
24   "exclude_files": "CrashDemo/*.plist",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true