| { |
| "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": "cocoahttpserver@googlegroups.com" |
| }, |
| "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" |
| ] |
| } |
| } |