blob: ac6ae45fa36c68af19d20c8455b5acae1e4223db [file] [log] [blame]
{
"name": "RxAlamofireWrapper",
"version": "0.0.2",
"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.2"
},
"source_files": "RxAlamofireWrapper/Source/**/*.{swift}",
"dependencies": {
"Alamofire": [
"~> 5.1"
],
"RxSwift": [
"~> 5"
]
},
"swift_version": "5.0"
}