[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 2 / 5 / EchoSDK / 0.0.6 / EchoSDK.podspec.json
blob346361742a847826920d26a7a19816d286927e2f
2   "name": "EchoSDK",
3   "version": "0.0.6",
4   "summary": "Echo调试工具SDK.",
5   "description": "Echo调试工具SDK.",
6   "homepage": "https://github.com/didi/echo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenaibin": "cocoa_chen@126.com"
13   },
14   "source": {
15     "git": "https://github.com/didi/echo.git",
16     "tag": "0.0.6"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.13"
21   },
22   "default_subspecs": "Plugins",
23   "resource_bundles": {
24     "EchoSDKResource": [
25       "Sources/Resources/**/*"
26     ]
27   },
28   "dependencies": {
29     "CocoaAsyncSocket": [
31     ]
32   },
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Sources/Core/**/*"
37     },
38     {
39       "name": "ClientSDK",
40       "source_files": "Sources/Client/**/*",
41       "dependencies": {
42         "EchoSDK/Core": [
44         ]
45       }
46     },
47     {
48       "name": "Plugins",
49       "ios": {
50         "dependencies": {
51           "EchoSDK/Core": [
53           ],
54           "EchoSDK/ClientSDK": [
56           ]
57         }
58       },
59       "subspecs": [
60         {
61           "name": "Basic",
62           "ios": {
63             "source_files": "Sources/Plugins/Basic/**/*"
64           }
65         },
66         {
67           "name": "GeneralLog",
68           "ios": {
69             "source_files": "Sources/Plugins/GeneralLog/**/*",
70             "dependencies": {
71               "fishhook": [
73               ]
74             }
75           }
76         },
77         {
78           "name": "MemoryLeak",
79           "ios": {
80             "source_files": "Sources/Plugins/MemoryLeak/**/*",
81             "dependencies": {
82               "MLeaksFinder": [
84               ],
85               "RSSwizzle": [
87               ]
88             }
89           }
90         },
91         {
92           "name": "MockGPS",
93           "ios": {
94             "source_files": "Sources/Plugins/MockGPS/**/*",
95             "dependencies": {
96               "JZLocationConverter": [
98               ],
99               "EchoSDK/Plugins/Basic": [
101               ]
102             }
103           }
104         },
105         {
106           "name": "Network",
107           "ios": {
108             "source_files": "Sources/Plugins/Network/**/*",
109             "dependencies": {
110               "EchoSDK/Plugins/Basic": [
112               ]
113             }
114           }
115         },
116         {
117           "name": "Notification",
118           "ios": {
119             "source_files": "Sources/Plugins/Notification/**/*",
120             "dependencies": {
121               "EchoSDK/Plugins/Basic": [
123               ]
124             }
125           }
126         },
127         {
128           "name": "NSLog",
129           "ios": {
130             "source_files": "Sources/Plugins/NSLog/**/*",
131             "dependencies": {
132               "EchoSDK/Plugins/Basic": [
134               ],
135               "fishhook": [
137               ]
138             }
139           }
140         },
141         {
142           "name": "UI",
143           "ios": {
144             "source_files": "Sources/Plugins/UI/**/*"
145           }
146         },
147         {
148           "name": "ViewBorder",
149           "ios": {
150             "source_files": "Sources/Plugins/ViewBorder/**/*",
151             "dependencies": {
152               "EchoSDK/Plugins/Basic": [
154               ]
155             }
156           }
157         },
158         {
159           "name": "Watchdog",
160           "ios": {
161             "source_files": "Sources/Plugins/Watchdog/**/*",
162             "dependencies": {
163               "BSBacktraceLogger": [
165               ]
166             }
167           }
168         },
169         {
170           "name": "Crash",
171           "ios": {
172             "source_files": "Sources/Plugins/Crash/**/*"
173           }
174         },
175         {
176           "name": "NSUserDefaults",
177           "ios": {
178             "source_files": "Sources/Plugins/NSUserDefaults/**/*"
179           }
180         }
181       ]
182     }
183   ]