[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 9 / 5 / Curassow / 0.5.0 / Curassow.podspec.json
blob82a0d7dab38acda6bdd7d3ccf3412cf1c0746511
2   "name": "Curassow",
3   "version": "0.5.0",
4   "summary": "Swift HTTP server using the pre-fork worker model",
5   "homepage": "https://curassow.fuller.li/",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/Curassow.git",
16     "tag": "0.5.0"
17   },
18   "source_files": "Sources/*.swift",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.9"
23   },
24   "dependencies": {
25     "Nest": [
26       "~> 0.3"
27     ],
28     "Inquiline": [
29       "~> 0.3"
30     ],
31     "Commander": [
32       "~> 0.4"
33     ],
34     "fd": [
35       "~> 0.1"
36     ]
37   }