blob: 5408707e19aba6e6c426ec47457a97166bcea485 [file] [log] [blame]
{
"name": "GCDWebHDServer",
"version": "0.2.1",
"summary": "WebDAVServer and WebUploaderServer merge",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/youlianchun/GCDWebHDServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YLCHUN": "youlianchunios@163.com"
},
"source": {
"git": "https://github.com/youlianchun/GCDWebHDServer.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GCDWebHDServer/Classes/**/*",
"resources": "GCDWebHDServer/Assets/GCDWebHDServerSide.bundle",
"preserve_paths": [
"GCDWebHDServer/Classes/**/*",
"GCDWebHDServer/Assets/**/*",
"GCDWebHDServer/Products/GCDWebHDServer.framework"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"GCDWebServer": [
"3.5.2"
]
}
}