blob: a53663a4a3a7ec0f4d891ed8b8c965e2e50de351 [file] [log] [blame]
{
"name": "Levee",
"version": "0.1",
"license": "MIT",
"summary": "URL encoded form parser middleware for Swift 2 (Linux ready)",
"homepage": "https://github.com/Zewo/Levee",
"authors": {
"Paulo Faria": "paulo.faria.rl@gmail.com"
},
"source": {
"git": "https://github.com/Zewo/Levee.git",
"tag": "v0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Levee/**/*.swift",
"dependencies": {
"Fuzz": [
"0.1.1"
]
},
"requires_arc": true
}