[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / 2 / HttpServerDebug / 0.2.2 / HttpServerDebug.podspec.json
blobede725ed2b9c07a6a0d43c3ad0e824b3c7e9a843
2   "name": "HttpServerDebug",
3   "version": "0.2.2",
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": "b71963cf29e8992ebb1ba88ad2457c040b7e3b3c"
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     "FMDB": [
37       "~> 2.7"
38     ]
39   }