2 "name": "SCHTTPServer",
4 "summary": "A short description of SCHTTPServer.",
5 "description": "SCHTTPServer is a small, lightweight, embeddable HTTPS server for Mac OS X applications,based on CocoaHTTPServer.",
6 "homepage": "https://github.com/debugly/SCHTTPServer",
12 "Matt Reach": "qianlongxu@sohu-inc.com"
15 "git": "https://github.com/debugly/SCHTTPServer.git",
21 "source_files": "SCHTTPServer/Classes/**/*",
23 "public_header_files": [
24 "SCHTTPServer/Classes/Connection/HTTPConnection.h",
25 "SCHTTPServer/Classes/HTTP/HTTPServer.h",
26 "SCHTTPServer/Classes/Connection/P12HTTPConnection.h",
27 "SCHTTPServer/Classes/HTTP/HTTPLogger.h"