blob: 357280d5af2cd5f9234945ecce54253ae31d8f6b [file] [log] [blame]
{
"name": "Epoch",
"version": "0.3.2",
"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": "v0.3.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"Epoch/**/*.swift",
"HTTPServerType/**/*.swift"
],
"dependencies": {
"Venice": [
"0.9"
],
"Luminescence": [
"0.3.1"
],
"Otherside": [
"0.1.1"
]
},
"requires_arc": true
}