blob: a6abea0344ca9179d134b93f6a99ba7874a65773 [file] [log] [blame]
{
"name": "iOSHTTPServer",
"version": "2.5.6",
"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.6"
},
"social_media_url": "http://codbo.cn/",
"platforms": {
"ios": "8.0"
},
"source_files": "iOSHTTPServer/Classes/**/*",
"requires_arc": true,
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"frameworks": [
"CFNetwork",
"Security"
]
}