[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / a / 0 / LSSafeProtector / 1.10.2 / LSSafeProtector.podspec.json
blob746e47bf97be1c9a03288ef06eead6ab935d5bba
2   "name": "LSSafeProtector",
3   "version": "1.10.2",
4   "summary": "强大的防止crash框架,支持自释放KVO等19种crash",
5   "homepage": "https://github.com/lsmakethebest/LSSafeProtector",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liusong": "song@ysui.cn"
12   },
13   "source": {
14     "git": "https://github.com/lsmakethebest/LSSafeProtector.git",
15     "tag": "1.10.2"
16   },
17   "frameworks": "Foundation",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Core",
25       "requires_arc": true,
26       "source_files": "LSSafeProtector/Classes/Core/*"
27     },
28     {
29       "name": "Foundation",
30       "requires_arc": true,
31       "source_files": "LSSafeProtector/Classes/Foundation/*",
32       "dependencies": {
33         "LSSafeProtector/Core": [
35         ]
36       }
37     },
38     {
39       "name": "MRC",
40       "requires_arc": false,
41       "source_files": "LSSafeProtector/Classes/MRC/*",
42       "dependencies": {
43         "LSSafeProtector/Foundation": [
45         ],
46         "LSSafeProtector/Core": [
48         ]
49       }
50     }
51   ]