blob: 0d704c174577e8450864fdd069edff6956557a52 [file] [log] [blame]
{
"name": "FCGIKit",
"version": "0.1.2",
"summary": "A Cocoa framework for creating FCGI web applications.",
"description": "\n FCGIKit helps create self-contained web-applications that serve web content via webserver through the Fast-CGI protocol (http://www.fastcgi.com/).\n The FCGI protocol implementation was written by Magnus Nordlander in 2011 (see https://github.com/fervo/FCGIKit).\n \n",
"homepage": "https://github.com/thecatalinstan/FCGIKit",
"license": {
"type": "public domain",
"text": "\nPublic Domain License\n\nThe FCGIKit project is in the public domain.\n\nThe FCGI protocol implementation was written by Magnus Nordlander in 2011 (see https://github.com/fervo/FCGIKit)\n\nUpdated and maintained by Cătălin Stan.\n\n"
},
"authors": {
"Cătălin Stan": "catalin.stan@me.com"
},
"social_media_url": "http://twitter.com/catalinstan",
"osx": {
"frameworks": [
"CFNetwork",
"Foundation"
]
},
"source": {
"git": "https://github.com/thecatalinstan/FCGIKit.git",
"tag": "0.1.2"
},
"source_files": "FCGIKit",
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"xcconfig": {
"ENABLE_STRICT_OBJC_MSGSEND": "NO"
},
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.4.0"
]
},
"deprecated": true
}