[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 8 / HttpServerDebug-FakeLatest / 0.2.1.4 / HttpServerDebug-FakeLatest.podspec.json
blob47f917f7477ce9be4ad3f06fc48ac5ab3a140eba
2   "name": "HttpServerDebug-FakeLatest",
3   "version": "0.2.1.4",
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. 由于作者的pod版本未更新,\n暂时新增一个pod的新版本,方便集成。",
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   "module_name": "HttpServerDebug",
24   "source": {
25     "git": "https://github.com/rob2468/HttpServerDebug.git",
26     "commit": "ad909ad284aaa2d1ac431c834b0c5e8cd1ea186a"
27   },
28   "source_files": "Classes/**/*.{h,m,c}",
29   "public_header_files": "Classes/**/{HSDDelegate,HSDHttpServerControlPannelController,HSDManager,HttpServerDebug}.h",
30   "resources": "Resources/HttpServerDebug.bundle",
31   "frameworks": [
32     "UIKit",
33     "Foundation"
34   ],
35   "requires_arc": true,
36   "dependencies": {
37     "GCDWebServer": [
38       "~> 3.4"
39     ],
40     "FMDB/FTS": [
41       "~> 2.7.5"
42     ]
43   }