blob: b4558fc22af4b88d2d6e7b683c9d7beb71969451 [file] [log] [blame]
{
"name": "KTVCocoaHTTPServer",
"version": "1.0.0",
"summary": "CocoaHTTPServer for KTV.",
"homepage": "https://github.com/ChangbaDevs/KTVCocoaHTTPServer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Single": "libobjc@gmail.com"
},
"social_media_url": "https://weibo.com/3118550737",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ChangbaDevs/KTVCocoaHTTPServer.git",
"tag": "1.0.0"
},
"source_files": [
"KTVCocoaHTTPServer",
"KTVCocoaHTTPServer/**/*.{h,m}"
],
"public_header_files": "KTVCocoaHTTPServer/**/*.h",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
]
}
}