[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 0 / 8 / HttpServerDebug-FakeLatest / 0.2.1.1 / HttpServerDebug-FakeLatest.podspec.json
blob71c3eb941b9de6a082f4fcc4909a6e2f138e27d5
2   "name": "HttpServerDebug-FakeLatest",
3   "version": "0.2.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. 由于作者的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   "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     "GCDWebServer": [
37       "~> 3.4"
38     ],
39     "FMDB": [
40       "~> 2.7"
41     ]
42   }