blob: d1282c96ba36c38dbb0b750fae20b2a19fbe75e9 [file] [log] [blame]
{
"name": "Twister",
"version": "1.0.0",
"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.0",
"source": {
"git": "https://github.com/nikksindia/Twister.git",
"tag": "v1.0.0"
},
"source_files": "Twister/*",
"dependencies": {
"Alamofire": [
]
}
}