blob: 4696a51312f10a8525265fe60f8a281ed091a65a [file] [log] [blame]
{
"name": "Aeon",
"version": "0.2.1",
"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.1"
},
"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
}