[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / f / 2 / HttpServerDebug / 0.1.1 / HttpServerDebug.podspec.json
bloba634b90186b8a20c230c3aeedf1e1061773bcdcc
2   "name": "HttpServerDebug",
3   "version": "0.1.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     "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": "7.0"
24   },
25   "source": {
26     "git": "https://github.com/rob2468/HttpServerDebug.git",
27     "commit": "b19fbf77c2f83d440bb1066e55cc81055650330c"
28   },
29   "source_files": "Classes/**/*.{h,m}",
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     "CocoaHTTPServer": [
39       "~> 2.3"
40     ],
41     "FMDB": [
42       "~> 2.7"
43     ],
44     "SSZipArchive": [
45       "~> 2.1"
46     ]
47   }