blob: b6a477c500eeb144baa333f4bd5d2bc09d05dbbe [file] [log] [blame]
{
"name": "CVCocoaHTTPServeriOS",
"version": "1.1",
"license": "BSD",
"summary": "CocoaHTTPServer is a small, lightweight, embeddable HTTP server for or iOS applications.",
"homepage": "https://github.com/mikeshep/CVCocoaHTTPServeriOS",
"authors": {
"Miguel Olmedo": "miguel.olmedo@ironbit.com.mx"
},
"source": {
"git": "https://github.com/mikeshep/CVCocoaHTTPServeriOS.git",
"tag": "1.1"
},
"source_files": "{Core,Extensions}/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(SDKROOT)/usr/include/libxml2\""
},
"dependencies": {
"CocoaAsyncSocket": [
],
"CocoaLumberjack": [
"~> 2.4.0"
]
}
}