blob: 9c5dfd757666da29904c9afab325ad0e3ca021d5 [file] [log] [blame]
{
"name": "SCHTTPServer",
"version": "0.1.2",
"summary": "A short description of SCHTTPServer.",
"description": "SCHTTPServer is a small, lightweight, embeddable HTTPS server for Mac OS X applications,based on CocoaHTTPServer.",
"homepage": "https://github.com/debugly/SCHTTPServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt Reach": "qianlongxu@sohu-inc.com"
},
"source": {
"git": "https://github.com/debugly/SCHTTPServer.git",
"tag": "0.1.2"
},
"platforms": {
"osx": "10.10"
},
"source_files": "SCHTTPServer/Classes/**/*",
"requires_arc": true,
"public_header_files": "SCHTTPServer/Classes/**/*.h",
"frameworks": [
"Security",
"Foundation"
],
"dependencies": {
"CocoaAsyncSocket": [
]
}
}