[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / f / 2 / HttpServerDebug / 0.2.1 / HttpServerDebug.podspec.json
blob14789f8d9bbffc3faa2f37e1c49d99de2a7143b4
2   "name": "HttpServerDebug",
3   "version": "0.2.1",
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     "https://user-images.githubusercontent.com/1450652/44396867-ca139000-a570-11e8-9a5c-80da964159ba.gif",
9     "https://user-images.githubusercontent.com/1450652/44396868-ca139000-a570-11e8-8a05-871de9efeb34.gif",
10     "https://user-images.githubusercontent.com/1450652/44396869-ca139000-a570-11e8-9018-dc27634ebd9d.gif"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE.txt"
15   },
16   "authors": {
17     "jam.chenjun": "jam.chenjun@gmail.com"
18   },
19   "social_media_url": "https://weibo.com/rob2468",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source": {
24     "git": "https://github.com/rob2468/HttpServerDebug.git",
25     "commit": "002d315b6d81ee1779873ec163b7aaf70cdc1beb"
26   },
27   "source_files": "Classes/**/*.{h,m,c}",
28   "public_header_files": "Classes/**/{HSDDelegate,HSDHttpServerControlPannelController,HSDManager,HttpServerDebug}.h",
29   "resources": "Resources/HttpServerDebug.bundle",
30   "frameworks": [
31     "UIKit",
32     "Foundation"
33   ],
34   "requires_arc": true,
35   "dependencies": {
36     "GCDWebServer": [
37       "~> 3.4"
38     ],
39     "FMDB": [
40       "~> 2.7"
41     ]
42   }