[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 6 / 2 / 5 / EchoSDK / 0.0.8 / EchoSDK.podspec.json
blob7b7cff736d4bfa1c44d4f8dc565db98332acb7ab
2   "name": "EchoSDK",
3   "version": "0.0.8",
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.8"
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           }
71         },
72         {
73           "name": "MockGPS",
74           "ios": {
75             "source_files": "Sources/Plugins/MockGPS/**/*",
76             "dependencies": {
77               "JZLocationConverter": [
79               ],
80               "EchoSDK/Plugins/Basic": [
82               ]
83             }
84           }
85         },
86         {
87           "name": "Network",
88           "ios": {
89             "source_files": "Sources/Plugins/Network/**/*",
90             "dependencies": {
91               "EchoSDK/Plugins/Basic": [
93               ]
94             }
95           }
96         },
97         {
98           "name": "Notification",
99           "ios": {
100             "source_files": "Sources/Plugins/Notification/**/*",
101             "dependencies": {
102               "EchoSDK/Plugins/Basic": [
104               ]
105             }
106           }
107         },
108         {
109           "name": "NSLog",
110           "ios": {
111             "source_files": "Sources/Plugins/NSLog/**/*",
112             "dependencies": {
113               "EchoSDK/Plugins/Basic": [
115               ]
116             }
117           }
118         },
119         {
120           "name": "UI",
121           "ios": {
122             "source_files": "Sources/Plugins/UI/**/*"
123           }
124         },
125         {
126           "name": "ViewBorder",
127           "ios": {
128             "source_files": "Sources/Plugins/ViewBorder/**/*",
129             "dependencies": {
130               "EchoSDK/Plugins/Basic": [
132               ]
133             }
134           }
135         },
136         {
137           "name": "Watchdog",
138           "ios": {
139             "source_files": "Sources/Plugins/Watchdog/**/*",
140             "dependencies": {
141               "BSBacktraceLogger": [
143               ]
144             }
145           }
146         },
147         {
148           "name": "Crash",
149           "ios": {
150             "source_files": "Sources/Plugins/Crash/**/*"
151           }
152         },
153         {
154           "name": "NSUserDefaults",
155           "ios": {
156             "source_files": "Sources/Plugins/NSUserDefaults/**/*"
157           }
158         }
159       ]
160     }
161   ]