[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / b / c / FCGIKit / 0.2.5 / FCGIKit.podspec.json
blob9d2dd31d014b91d989327ac778eea8e6a44c109c
2   "name": "FCGIKit",
3   "version": "0.2.5",
4   "summary": "A Cocoa framework for creating FCGI web applications.",
5   "description": "FCGIKit helps create self-contained web-applications that serve web content via webserver through the Fast-CGI protocol (http://www.fastcgi.com/).\nThe FCGI protocol implementation was written by Magnus Nordlander in 2011 (see https://github.com/fervo/FCGIKit).",
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.2.5"
18   },
19   "source_files": [
20     "FCGIKit",
21     "FCGIKit/Classes/*.{h,m}"
22   ],
23   "public_header_files": [
24     "FCGIKit",
25     "FCGIKit/Classes/*.h"
26   ],
27   "platforms": {
28     "osx": "10.8"
29   },
30   "osx": {
31     "frameworks": [
32       "CFNetwork",
33       "Foundation"
34     ]
35   },
36   "requires_arc": true,
37   "deprecated": true