blob: 93a8bebc365f1f0b7e2d8d97d64356c6db6f308b [file] [log] [blame]
{
"name": "Elysian",
"version": "0.1.1",
"license": "MIT",
"summary": "HTTP request/response + JSON for Swift 2 (Linux ready)",
"homepage": "https://github.com/Zewo/Elysian",
"authors": {
"Paulo Faria": "paulo.faria.rl@gmail.com"
},
"source": {
"git": "https://github.com/Zewo/Elysian.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Elysian/**/*.swift",
"dependencies": {
"Curvature": [
"0.1.1"
],
"Medea": [
"0.1"
]
},
"requires_arc": true
}