Latest | 1.0 |
---|---|
Homepage | https://github.com/mikeshep/CVCocoaHTTPServer |
License | BSD |
Platforms | ios 5.0, osx 10.7, requires ARC |
Dependencies | CocoaAsyncSocket, CocoaLumberjack |
Authors |
404: Not Found
Latest podspec
{ "name": "CVCocoaHTTPServer", "version": "1.0", "license": "BSD", "summary": "A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications in Claro Video.", "homepage": "https://github.com/mikeshep/CVCocoaHTTPServer", "authors": { "Robbie Hanson": "[email protected]" }, "source": { "git": "https://github.com/mikeshep/CVCocoaHTTPServer.git", "tag": "1.0" }, "source_files": "{Core,Extensions}/**/*.{h,m}", "requires_arc": true, "platforms": { "ios": "5.0", "osx": "10.7" }, "ios": { "frameworks": [ "CFNetwork", "Security" ] }, "osx": { "frameworks": [ "CoreServices", "Security" ] }, "libraries": "xml2", "xcconfig": { "HEADER_SEARCH_PATHS": ""$(SDKROOT)/usr/include/libxml2"" }, "dependencies": { "CocoaAsyncSocket": [], "CocoaLumberjack": [ "~> 1.9.0" ] } }
Wed, 15 Feb 2017 16:20:05 +0000