blob: 72659e344428062cc83c1d59635478ed9b997960 [file] [log] [blame]
{
"name": "LLUPNPServer",
"version": "1.1.0",
"summary": "UPNP投屏",
"description": "简单实现iOS使用UPNP协议投屏功能",
"homepage": "https://github.com/wilson7156/LLUPNPServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"704110362@qq.com": "wilson"
},
"source": {
"git": "https://github.com/wilson7156/LLUPNPServer.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LLUPNPServer/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.4.3"
],
"XMLDictionary": [
],
"KissXML": [
]
}
}