[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 6 / 7 / 4 / FFCrashKit / 0.1.0 / FFCrashKit.podspec.json
blobb0f8bd48bd709a2dd5b361cc75cc3415190c4178
2   "name": "FFCrashKit",
3   "version": "0.1.0",
4   "summary": "FFCrashKit is used to protect crash of iOS project",
5   "description": "FFCrashKit is used to protect crash of iOS project!",
6   "homepage": "https://github.com/cocoanerd/FFCrashKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张慧芳": "cocoanerd@163.com"
13   },
14   "source": {
15     "git": "https://github.com/cocoanerd/FFCrashKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "public_header_files": "FFCrashKit/FFCrashKit.h",
22   "source_files": "FFCrashKit/FFCrashKit.h",
23   "subspecs": [
24     {
25       "name": "HeaderFiles",
26       "public_header_files": "FFCrashKit/HeaderFiles/FFSwizzle.h",
27       "source_files": "FFCrashKit/HeaderFiles/FFSwizzle.h"
28     },
29     {
30       "name": "CrashReport",
31       "public_header_files": "FFCrashKit/CrashReport/FFCrashReport.h",
32       "source_files": "FFCrashKit/CrashReport/FFCrashReport.{h,m}",
33       "dependencies": {
34         "FFCrashKit/HeaderFiles": [
36         ],
37         "FFCrashKit/Model": [
39         ]
40       }
41     },
42     {
43       "name": "Manager",
44       "public_header_files": "FFCrashKit/Manager/FFCrashRegeister.h",
45       "source_files": "FFCrashKit/Manager/FFCrashRegeister.{h,m}",
46       "dependencies": {
47         "FFCrashKit/UIFoundation": [
49         ],
50         "FFCrashKit/Model": [
52         ],
53         "FFCrashKit/CrashReport": [
55         ]
56       }
57     },
58     {
59       "name": "Model",
60       "public_header_files": "FFCrashKit/Model/FFCrashModel.h",
61       "source_files": "FFCrashKit/Model/FFCrashModel.{h,m}"
62     },
63     {
64       "name": "UIFoundation",
65       "source_files": "FFCrashKit/UIFoundation/*",
66       "dependencies": {
67         "FFCrashKit/Model": [
69         ],
70         "FFCrashKit/CrashReport": [
72         ],
73         "FFCrashKit/HeaderFiles": [
75         ]
76       }
77     }
78   ]