[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 7 / 1 / TFYCrashSDK / 1.2.5 / TFYCrashSDK.podspec.json
blob796da1043969c0ad56d3839ce1a49dd11b453b6d
2   "name": "TFYCrashSDK",
3   "version": "1.2.5",
4   "summary": "完美处理项目闪退问题,后期会持续更新。最低iOS支持iOS12系统以上.",
5   "description": "完美处理项目闪退问题,后期会持续更新。最低iOS支持iOS12系统以上.",
6   "homepage": "https://github.com/13662049573/TFYCrashException",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "田风有": "420144542@qq.com"
13   },
14   "platforms": {
15     "ios": "12.0",
16     "osx": "11.0",
17     "watchos": "8.0",
18     "tvos": "12.0"
19   },
20   "source": {
21     "git": "https://github.com/13662049573/TFYCrashException.git",
22     "tag": "1.2.5"
23   },
24   "source_files": "TFYCrashException/TFYCrashSDK/TFYCrashSDK.h",
25   "default_subspecs": "TFYCrashSDK",
26   "subspecs": [
27     {
28       "name": "TFYCrashSDK",
29       "dependencies": {
30         "TFYCrashSDK/TFYARC": [
32         ],
33         "TFYCrashSDK/TFYItools": [
35         ],
36         "TFYCrashSDK/TFYMain": [
38         ],
39         "TFYCrashSDK/TFYMRC": [
41         ]
42       }
43     },
44     {
45       "name": "TFYARC",
46       "requires_arc": true,
47       "source_files": "TFYCrashException/TFYCrashSDK/TFYARC/*.{h,m}",
48       "dependencies": {
49         "TFYCrashSDK/TFYMain": [
51         ],
52         "TFYCrashSDK/TFYItools": [
54         ]
55       }
56     },
57     {
58       "name": "TFYItools",
59       "requires_arc": true,
60       "source_files": "TFYCrashException/TFYCrashSDK/TFYItools/*.{h,m}"
61     },
62     {
63       "name": "TFYMain",
64       "requires_arc": true,
65       "source_files": "TFYCrashException/TFYCrashSDK/TFYMain/*.{h,m}"
66     },
67     {
68       "name": "TFYMRC",
69       "requires_arc": false,
70       "source_files": "TFYCrashException/TFYCrashSDK/TFYMRC/*.{h,m}",
71       "dependencies": {
72         "TFYCrashSDK/TFYItools": [
74         ],
75         "TFYCrashSDK/TFYMain": [
77         ]
78       }
79     }
80   ]