blob: 966abd9e61c110820b116b514664db091ae08e39 [file] [log] [blame]
{
"name": "GCDWebServer.binary",
"version": "3.5.4",
"authors": {
"gaoxiang": "gaoxiang@huami.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://github.com/swisspol/GCDWebServer",
"summary": "Lightweight GCD based HTTP server for OS X & iOS (includes web based uploader & WebDAV server)",
"source": {
"git": "https://github.com/Pircate/GCDWebServer.git",
"tag": "3.5.4"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"default_subspecs": "binary",
"static_framework": true,
"subspecs": [
{
"name": "binary",
"ios": {
"libraries": [
"z",
"xml2"
],
"frameworks": [
"MobileCoreServices",
"CFNetwork"
]
},
"source_files": "Carthage/Build/iOS/Static/GCDWebServers.framework/Headers/*.h",
"vendored_frameworks": "Carthage/Build/iOS/Static/GCDWebServers.framework",
"public_header_files": "Carthage/Build/iOS/Static/GCDWebServers.framework/Headers/*.h",
"resources": "Carthage/Build/iOS/Static/GCDWebServers.framework/GCDWebUploader.bundle"
}
]
}