[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / 7 / CCLHTTPServer / 0.9.0 / CCLHTTPServer.podspec.json
blobc861abc558be61f4ad8805b7b997397ca18c20aa
2   "name": "CCLHTTPServer",
3   "version": "0.9.0",
4   "summary": "Simple asyncronous HTTP server",
5   "homepage": "https://github.com/cocodelabs/CCLHTTPServer",
6   "source": {
7     "git": "https://github.com/cocodelabs/CCLHTTPServer.git",
8     "tag": "0.9.0"
9   },
10   "license": {
11     "type": "BSD",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Kyle Fuller": "inbox@kylefuller.co.uk"
16   },
17   "social_media_url": "https://twitter.com/kylefuller",
18   "platforms": {
19     "osx": "10.7",
20     "ios": "5.0"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Interface",
26       "source_files": "CCLHTTPServer/CCLHTTPServerInterface.{h,m}"
27     },
28     {
29       "name": "Response",
30       "source_files": "CCLHTTPServer/CCLHTTPServerResponse.{h,m}",
31       "dependencies": {
32         "CCLHTTPServer/Interface": [
34         ]
35       }
36     },
37     {
38       "name": "Server",
39       "source_files": "CCLHTTPServer/CCLHTTPServer.{h,m}",
40       "dependencies": {
41         "CocoaAsyncSocket": [
43         ],
44         "CCLHTTPServer/Interface": [
46         ],
47         "CCLHTTPServer/Response": [
49         ]
50       }
51     },
52     {
53       "name": "View",
54       "source_files": "CCLHTTPServer/CCLHTTPView.{h,m}",
55       "dependencies": {
56         "CCLHTTPServer/Interface": [
58         ],
59         "CCLHTTPServer/Response": [
61         ]
62       }
63     }
64   ]