[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / c / f / 2 / HttpServerDebug / 0.1.3 / HttpServerDebug.podspec.json
blobaeac1e8814df0b3715d34fa22130bda489571e39
2   "name": "HttpServerDebug",
3   "version": "0.1.3",
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": "3a67a3b26a0519b1ab994c2ae66212cee3bc5d6b"
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     "CocoaHTTPServer": [
39       "~> 2.3"
40     ],
41     "FMDB": [
42       "~> 2.7"
43     ]
44   }