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