blob: 7903f871084367919d0254fde0912915b0e11b85 [file] [log] [blame]
{
"name": "Aeon",
"version": "0.3",
"license": "MIT",
"summary": "GCD based HTTP server for Swift 2 (Linux ready)",
"homepage": "https://github.com/Zewo/Aeon",
"authors": {
"Paulo Faria": "paulo.faria.rl@gmail.com"
},
"source": {
"git": "https://github.com/Zewo/Aeon.git",
"tag": "0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Aeon/**/*.swift",
"dependencies": {
"HTTPParser": [
],
"GrandCentralDispatch": [
],
"TCPIP": [
]
},
"requires_arc": true
}