[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 2 / LLDebugTool / 1.2.0 / LLDebugTool.podspec.json
blob8a24f1d5fb88685123f256dcfe904d36a821adad
2   "name": "LLDebugTool",
3   "version": "1.2.0",
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/LLDebugTool",
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/LLDebugTool.git",
16     "tag": "1.2.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "LLDebugTool/**/*.h",
20   "source_files": "LLDebugTool/**/*.{h,m}",
21   "resources": "LLDebugTool/**/*.{xib,storyboard,bundle}",
22   "subspecs": [
23     {
24       "name": "Network",
25       "source_files": "LLDebugTool/Components/Network/**/*.{h,m}",
26       "resources": "LLDebugTool/Components/Network/**/*.{xib,storyboard,bundle}",
27       "public_header_files": "LLDebugTool/Components/Network/**/*.h",
28       "dependencies": {
29         "LLDebugTool/StorageManager": [
31         ]
32       }
33     },
34     {
35       "name": "Log",
36       "source_files": "LLDebugTool/Components/Log/**/*.{h,m}",
37       "resources": "LLDebugTool/Components/Log/**/*.{xib,storyboard,bundle}",
38       "public_header_files": "LLDebugTool/Components/Log/**/*.h",
39       "dependencies": {
40         "LLDebugTool/StorageManager": [
42         ]
43       }
44     },
45     {
46       "name": "Crash",
47       "source_files": "LLDebugTool/Components/Crash/**/*.{h,m}",
48       "resources": "LLDebugTool/Components/Crash/**/*.{xib,storyboard,bundle}",
49       "public_header_files": "LLDebugTool/Components/Crash/**/*.h",
50       "dependencies": {
51         "LLDebugTool/StorageManager": [
53         ]
54       }
55     },
56     {
57       "name": "AppInfo",
58       "source_files": "LLDebugTool/Components/AppInfo/**/*.{h,m}",
59       "public_header_files": "LLDebugTool/Components/AppInfo/**/*.h",
60       "dependencies": {
61         "LLDebugTool/General": [
63         ]
64       }
65     },
66     {
67       "name": "Sandbox",
68       "source_files": "LLDebugTool/Components/Sandbox/**/*.{h,m}",
69       "resources": "LLDebugTool/Components/Sandbox/**/*.{xib,storyboard,bundle}",
70       "public_header_files": "LLDebugTool/Components/Sandbox/**/*.h",
71       "dependencies": {
72         "LLDebugTool/General": [
74         ]
75       }
76     },
77     {
78       "name": "Screenshot",
79       "source_files": "LLDebugTool/Components/Screenshot/**/*.{h,m}",
80       "public_header_files": "LLDebugTool/Components/Screenshot/**/*.h",
81       "dependencies": {
82         "LLDebugTool/General": [
84         ]
85       }
86     },
87     {
88       "name": "StorageManager",
89       "source_files": "LLDebugTool/Components/StorageManager/**/*.{h,m}",
90       "public_header_files": "LLDebugTool/Components/StorageManager/**/*.h",
91       "dependencies": {
92         "FMDB": [
94         ],
95         "LLDebugTool/General": [
97         ]
98       }
99     },
100     {
101       "name": "General",
102       "source_files": [
103         "LLDebugTool/Config/*.{h,m}",
104         "LLDebugTool/Components/General/**/*.{h,m}"
105       ],
106       "resources": "LLDebugTool/Components/General/**/*.{xib,storyboard,bundle}",
107       "public_header_files": [
108         "LLDebugTool/Config/*.h",
109         "LLDebugTool/Components/General/**/*.h"
110       ]
111     }
112   ]