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