blob: 93061c6d6acf17ce0006f0454714b4eed1d11d61 [file] [log] [blame]
{
"name": "RxAlamofireWrapper",
"version": "0.0.8",
"summary": "Wrapper for Alamofire",
"description": "Wrapper for alamofire with token refreshing",
"homepage": "https://github.com/JeremySnor/RxAlamofireWrapper",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Artem Eremeev": "jeremy1002@yandex.ru"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/JeremySnor/RxAlamofireWrapper.git",
"tag": "0.0.8"
},
"source_files": "RxAlamofireWrapper/Source/**/*.{swift}",
"dependencies": {
"Alamofire": [
"~> 5.1"
],
"RxSwift": [
"~> 5"
]
},
"swift_version": "5.0"
}