[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 9 / b / c / FCGIKit / 0.1.2 / FCGIKit.podspec.json
blob0d704c174577e8450864fdd069edff6956557a52
2   "name": "FCGIKit",
3   "version": "0.1.2",
4   "summary": "A Cocoa framework for creating FCGI web applications.",
5   "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",
6   "homepage": "https://github.com/thecatalinstan/FCGIKit",
7   "license": {
8     "type": "public domain",
9     "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"
10   },
11   "authors": {
12     "Cătălin Stan": "catalin.stan@me.com"
13   },
14   "social_media_url": "http://twitter.com/catalinstan",
15   "osx": {
16     "frameworks": [
17       "CFNetwork",
18       "Foundation"
19     ]
20   },
21   "source": {
22     "git": "https://github.com/thecatalinstan/FCGIKit.git",
23     "tag": "0.1.2"
24   },
25   "source_files": "FCGIKit",
26   "platforms": {
27     "osx": "10.8"
28   },
29   "requires_arc": true,
30   "xcconfig": {
31     "ENABLE_STRICT_OBJC_MSGSEND": "NO"
32   },
33   "dependencies": {
34     "CocoaAsyncSocket": [
35       "~> 7.4.0"
36     ]
37   },
38   "deprecated": true