blob: 310840608baf00f5ab2915f2d22f6a304369419c [file] [log] [blame]
{
"name": "CocoaHTTPServer",
"version": "2.2.1",
"license": "BSD",
"summary": "A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications.",
"homepage": "https://github.com/robbiehanson/CocoaHTTPServer",
"authors": {
"Robbie Hanson": "cocoahttpserver@googlegroups.com"
},
"source": {
"git": "https://github.com/robbiehanson/CocoaHTTPServer.git",
"tag": "2.2.1"
},
"source_files": "{Core,Extensions}/**/*.{h,m}",
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 0.0.1"
],
"CocoaLumberjack": [
"~> 1.3.0"
]
},
"requires_arc": false
}