blob: 87470d06a86c625bcd887ad0bb75c8bac06f2d94 [file] [log] [blame]
{
"name": "AlamofireSessionRenewer",
"version": "1.0.0",
"summary": "Extension that adds auth information renewal functionality to Alamofire",
"homepage": "https://dashdevs.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dashdevs llc": "hello@dashdevs.com"
},
"source": {
"git": "https://github.com/dashdevs/AlamofireSessionRenewer.git",
"tag": "1.0.0"
},
"source_files": "AlamofireSessionRenewer/Classes/**/*",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"dependencies": {
"Alamofire": [
"~> 4.9.1"
]
},
"swift_version": "5.1"
}