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