[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / f / 2 / HttpServerDebug / 0.2.0 / HttpServerDebug.podspec.json
blobc4ed175389c8197d09ccc10461b33a76f3a6d269
2   "name": "HttpServerDebug",
3   "version": "0.2.0",
4   "summary": "HSD offers debug utilities (exploring file system, inspecting database, etc.) with the help of http server.",
5   "description": "HSD offers debug utilities (exploring file system, inspecting\ndatabase, etc.) with the help of http server. HSD will start\nhttp server in your device, and you can connect to the server\nthrough user agents in the local area network.",
6   "homepage": "https://github.com/rob2468/HttpServerDebug",
7   "screenshots": [
8     "http://ozel6a0l7.bkt.clouddn.com/hsd-demo-index.png",
9     "http://ozel6a0l7.bkt.clouddn.com/hsd-demo-file-explorer.png",
10     "http://ozel6a0l7.bkt.clouddn.com/hsd-demo-database-inspect.png",
11     "http://ozel6a0l7.bkt.clouddn.com/hsd-demo-view-debug.gif",
12     "http://ozel6a0l7.bkt.clouddn.com/hsd-demo-console-log.gif"
13   ],
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE.txt"
17   },
18   "authors": {
19     "jam.chenjun": "jam.chenjun@gmail.com"
20   },
21   "social_media_url": "https://weibo.com/rob2468",
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source": {
26     "git": "https://github.com/rob2468/HttpServerDebug.git",
27     "commit": "002d315b6d81ee1779873ec163b7aaf70cdc1beb"
28   },
29   "source_files": "Classes/**/*.{h,m,c}",
30   "public_header_files": "Classes/**/{HSDDelegate,HSDHttpServerControlPannelController,HSDManager,HttpServerDebug}.h",
31   "resources": "Resources/HttpServerDebug.bundle",
32   "frameworks": [
33     "UIKit",
34     "Foundation"
35   ],
36   "requires_arc": true,
37   "dependencies": {
38     "GCDWebServer": [
39       "~> 3.4"
40     ],
41     "FMDB": [
42       "~> 2.7"
43     ]
44   }