blob: eac427cc1ff7d2382b39f6b661c8eeeb23b82928 [file] [log] [blame]
{
"name": "iOSHTTPServer",
"version": "2.5.10",
"summary": "Edit from CocoaHTTPServer2 only for iOS/CodboWebview.",
"description": "Edit from CocoaHTTPServer2 only for iOS/CodboWebview;\nOrigin seen https://github.com/huangjimmy/CocoaHTTPServer",
"homepage": "https://github.com/pipihi/CocoaHttpServer_ForCodboWebview",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Robbie Hanson": "cocoahttpserver@googlegroups.com"
},
"source": {
"git": "https://github.com/pipihi/CocoaHttpServer_ForCodboWebview.git",
"tag": "2.5.10"
},
"source_files": "iOSHTTPServer/Classes/**/*",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"frameworks": [
"CFNetwork",
"Security"
]
}