blob: d3537c14511052aefc0120301166594c95a53dbc [file] [log] [blame]
{
"name": "Twister",
"version": "2.0.1",
"summary": "Type safe network layer written on the top of Alamofire.",
"homepage": "https://github.com/nikksindia/Twister",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Nikhil Sharma": "nikksindia@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/nikksindia/Twister.git",
"tag": "v2.0.1"
},
"source_files": "Twister/*",
"dependencies": {
"Alamofire": [
],
"HydraAsync": [
]
}
}