[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 4 / a / 0 / LSSafeProtector / 2.0.1 / LSSafeProtector.podspec.json
blob0d787098c71ea6df5c71a6ce6e2eee45518d8e4c
2   "name": "LSSafeProtector",
3   "version": "2.0.1",
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": "2.0.1"
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/Core/*"
27     },
28     {
29       "name": "Foundation",
30       "requires_arc": true,
31       "source_files": "LSSafeProtector/Foundation/*",
32       "dependencies": {
33         "LSSafeProtector/Core": [
35         ]
36       }
37     },
38     {
39       "name": "MRC",
40       "requires_arc": false,
41       "source_files": "LSSafeProtector/MRC/*",
42       "dependencies": {
43         "LSSafeProtector/Foundation": [
45         ],
46         "LSSafeProtector/Core": [
48         ]
49       }
50     }
51   ]