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