[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 7 / 9 / NewLLDebugTool / 1.3.2 / NewLLDebugTool.podspec.json
blob5899af93f674d6fdd7b33ba3da7ea35dbd00b9ed
2   "name": "NewLLDebugTool",
3   "version": "1.3.2",
4   "summary": "NewLLDebugTool 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/didiaodanding/NewLLDebugTool",
6   "license": "MIT",
7   "authors": {
8     "haleli": "1404012659@qq.com"
9   },
10   "social_media_url": "https://github.com/didiaodanding",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/didiaodanding/NewLLDebugTool.git",
16     "tag": "1.3.2"
17   },
18   "requires_arc": true,
19   "public_header_files": "NewLLDebugTool/**/*.h",
20   "source_files": "NewLLDebugTool/**/*.{h,m}",
21   "resources": "NewLLDebugTool/**/*.{xib,storyboard,bundle,js}",
22   "frameworks": "IOKit",
23   "subspecs": [
24     {
25       "name": "Network",
26       "source_files": "NewLLDebugTool/Components/Network/**/*.{h,m}",
27       "resources": "NewLLDebugTool/Components/Network/**/*.{xib,storyboard,bundle}",
28       "public_header_files": "NewLLDebugTool/Components/Network/**/*.h",
29       "dependencies": {
30         "NewLLDebugTool/StorageManager": [
32         ]
33       }
34     },
35     {
36       "name": "Log",
37       "source_files": "NewLLDebugTool/Components/Log/**/*.{h,m}",
38       "resources": "NewLLDebugTool/Components/Log/**/*.{xib,storyboard,bundle}",
39       "public_header_files": "NewLLDebugTool/Components/Log/**/*.h",
40       "dependencies": {
41         "NewLLDebugTool/StorageManager": [
43         ]
44       }
45     },
46     {
47       "name": "Crash",
48       "source_files": "NewLLDebugTool/Components/Crash/**/*.{h,m}",
49       "resources": "NewLLDebugTool/Components/Crash/**/*.{xib,storyboard,bundle}",
50       "public_header_files": "NewLLDebugTool/Components/Crash/**/*.h",
51       "dependencies": {
52         "NewLLDebugTool/StorageManager": [
54         ]
55       }
56     },
57     {
58       "name": "AppInfo",
59       "source_files": "NewLLDebugTool/Components/AppInfo/**/*.{h,m}",
60       "public_header_files": "NewLLDebugTool/Components/AppInfo/**/*.h",
61       "dependencies": {
62         "NewLLDebugTool/General": [
64         ]
65       }
66     },
67     {
68       "name": "Sandbox",
69       "source_files": "NewLLDebugTool/Components/Sandbox/**/*.{h,m}",
70       "resources": "NewLLDebugTool/Components/Sandbox/**/*.{xib,storyboard,bundle}",
71       "public_header_files": "NewLLDebugTool/Components/Sandbox/**/*.h",
72       "dependencies": {
73         "NewLLDebugTool/General": [
75         ],
76         "SSZipArchive": [
78         ]
79       }
80     },
81     {
82       "name": "Screenshot",
83       "source_files": "NewLLDebugTool/Components/Screenshot/**/*.{h,m}",
84       "public_header_files": "NewLLDebugTool/Components/Screenshot/**/*.h",
85       "dependencies": {
86         "NewLLDebugTool/General": [
88         ]
89       }
90     },
91     {
92       "name": "StorageManager",
93       "source_files": "NewLLDebugTool/Components/StorageManager/**/*.{h,m}",
94       "public_header_files": "NewLLDebugTool/Components/StorageManager/**/*.h",
95       "dependencies": {
96         "FMDB": [
98         ],
99         "NewLLDebugTool/General": [
101         ]
102       }
103     },
104     {
105       "name": "General",
106       "source_files": [
107         "NewLLDebugTool/Config/*.{h,m}",
108         "NewLLDebugTool/Components/General/**/*.{h,m}"
109       ],
110       "resources": "NewLLDebugTool/Components/General/**/*.{xib,storyboard,bundle}",
111       "public_header_files": [
112         "NewLLDebugTool/Config/*.h",
113         "NewLLDebugTool/Components/General/**/*.h"
114       ]
115     }
116   ]