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