[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 5 / 2 / 6 / LLDebugToolSwift / 1.2.1 / LLDebugToolSwift.podspec.json
blob02ca9b9bdb15ab6c8579277931f1d1748eb9a229
2   "name": "LLDebugToolSwift",
3   "version": "1.2.1",
4   "summary": "LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.",
5   "homepage": "https://github.com/HDB-Li/LLDebugToolSwift",
6   "license": "MIT",
7   "authors": {
8     "HDB-Li": "llworkinggroup1992@gmail.com"
9   },
10   "social_media_url": "https://github.com/HDB-Li",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/HDB-Li/LLDebugToolSwift.git",
16     "tag": "1.2.1"
17   },
18   "requires_arc": true,
19   "source_files": "LLDebugToolSwift/**/*.{h,m,swift}",
20   "dependencies": {
21     "LLDebugTool": [
22       "1.2.1"
23     ]
24   },
25   "swift_version": "4.0",
26   "subspecs": [
27     {
28       "name": "Network",
29       "dependencies": {
30         "LLDebugTool/Network": [
31           "1.2.1"
32         ]
33       }
34     },
35     {
36       "name": "Log",
37       "source_files": "LLDebugToolSwift/**/*.{h,m,swift}",
38       "dependencies": {
39         "LLDebugTool/Log": [
40           "1.2.1"
41         ]
42       }
43     },
44     {
45       "name": "Crash",
46       "dependencies": {
47         "LLDebugTool/Crash": [
48           "1.2.1"
49         ]
50       }
51     },
52     {
53       "name": "AppInfo",
54       "dependencies": {
55         "LLDebugTool/AppInfo": [
56           "1.2.1"
57         ]
58       }
59     },
60     {
61       "name": "Sandbox",
62       "dependencies": {
63         "LLDebugTool/Sandbox": [
64           "1.2.1"
65         ]
66       }
67     },
68     {
69       "name": "Screenshot",
70       "dependencies": {
71         "LLDebugTool/Screenshot": [
72           "1.2.1"
73         ]
74       }
75     },
76     {
77       "name": "StorageManager",
78       "dependencies": {
79         "LLDebugTool/StorageManager": [
80           "1.2.1"
81         ]
82       }
83     },
84     {
85       "name": "General",
86       "dependencies": {
87         "LLDebugTool/General": [
88           "1.2.1"
89         ]
90       }
91     }
92   ]