[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 9 / b / c / FCGIKit / 0.1.7 / FCGIKit.podspec.json
bloba99ef21f743c80d7e7701881c792129e9c37135c
2   "name": "FCGIKit",
3   "version": "0.1.7",
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": "\n                    Public Domain License\n\n                    The FCGIKit project is in the public domain.\n\n                    The FCGI protocol implementation was written by Magnus Nordlander in 2011 (see https://github.com/fervo/FCGIKit)\n\n                    Updated 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   "source": {
16     "git": "https://github.com/thecatalinstan/FCGIKit.git",
17     "tag": "0.1.7"
18   },
19   "source_files": [
20     "FCGIKit",
21     "FCGIKit/Classes/*.{h,m}"
22   ],
23   "public_header_files": "FCGIKit/Classes/*.h",
24   "platforms": {
25     "osx": "10.8"
26   },
27   "osx": {
28     "frameworks": [
29       "CFNetwork",
30       "Foundation"
31     ]
32   },
33   "requires_arc": true,
34   "xcconfig": {
35     "ENABLE_STRICT_OBJC_MSGSEND": "YES"
36   },
37   "dependencies": {
38     "CocoaAsyncSocket": [
39       "~> 7.4.0"
40     ]
41   },
42   "deprecated": true