blob: df3699c0c9628d17d52f6d1240421737320b4463 [file] [log] [blame]
{
"name": "HttpServerDebug-FakeLatest",
"version": "0.2.1.5",
"summary": "HSD offers debug utilities (exploring file system, inspecting database, etc.) with the help of http server.",
"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的新版本,方便集成。",
"homepage": "https://github.com/rob2468/HttpServerDebug",
"screenshots": [
"https://user-images.githubusercontent.com/1450652/44396867-ca139000-a570-11e8-9a5c-80da964159ba.gif",
"https://user-images.githubusercontent.com/1450652/44396868-ca139000-a570-11e8-8a05-871de9efeb34.gif",
"https://user-images.githubusercontent.com/1450652/44396869-ca139000-a570-11e8-9018-dc27634ebd9d.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"jam.chenjun": "jam.chenjun@gmail.com"
},
"social_media_url": "https://weibo.com/rob2468",
"platforms": {
"ios": "8.0"
},
"module_name": "HttpServerDebug",
"source": {
"git": "https://github.com/rob2468/HttpServerDebug.git",
"commit": "ad909ad284aaa2d1ac431c834b0c5e8cd1ea186a"
},
"source_files": "Classes/**/*.{h,m,c}",
"public_header_files": "Classes/**/{HSDDelegate,HSDHttpServerControlPannelController,HSDManager,HttpServerDebug}.h",
"resources": "Resources/HttpServerDebug.bundle",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"GCDWebServer": [
"~> 3.4"
],
"FMDB": [
"~> 2.7.5"
]
}
}