blob: 82a0d7dab38acda6bdd7d3ccf3412cf1c0746511 [file] [log] [blame]
{
"name": "Curassow",
"version": "0.5.0",
"summary": "Swift HTTP server using the pre-fork worker model",
"homepage": "https://curassow.fuller.li/",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/Curassow.git",
"tag": "0.5.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"dependencies": {
"Nest": [
"~> 0.3"
],
"Inquiline": [
"~> 0.3"
],
"Commander": [
"~> 0.4"
],
"fd": [
"~> 0.1"
]
}
}