[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 2 / 0 / 5 / dConsole / 0.1.2 / dConsole.podspec.json
blob38ce46d8e146abceeb512a3b535fcd4aea8d6760
2   "name": "dConsole",
3   "version": "0.1.2",
4   "summary": "一个轻量、针对跨平台框架Doric开发者的调试面板。",
5   "homepage": "https://github.com/doric-pub/DConsole",
6   "license": {
7     "type": "Apache-2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Xcoder1011": "shangkunwu@msn.com"
12   },
13   "source": {
14     "git": "https://github.com/doric-pub/DConsole",
15     "tag": "0.1.2"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "iOS/Classes/**/*",
21   "resources": "dist/**/*",
22   "public_header_files": "iOS/Classes/**/*.h",
23   "dependencies": {
24     "DoricCore": [
26     ]
27   }