blob: faf50ca7bce3ea3c15f19351e3d29adc7a586978 [file] [log] [blame]
{
"name": "Aeon",
"version": "0.2",
"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": "v0.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Aeon/**/*.swift",
"HTTPServerType/**/*.swift"
],
"dependencies": {
"Currents": [
"0.2"
],
"Kalopsia": [
"0.2"
],
"Luminescence": [
"0.3"
],
"Curvature": [
"0.1"
],
"Otherside": [
"0.1"
]
},
"requires_arc": true
}