[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 7 / 9 / f / RxAlamofireWrapper / 0.0.8 / RxAlamofireWrapper.podspec.json
blob93061c6d6acf17ce0006f0454714b4eed1d11d61
2   "name": "RxAlamofireWrapper",
3   "version": "0.0.8",
4   "summary": "Wrapper for Alamofire",
5   "description": "Wrapper for alamofire with token refreshing",
6   "homepage": "https://github.com/JeremySnor/RxAlamofireWrapper",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Artem Eremeev": "jeremy1002@yandex.ru"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/JeremySnor/RxAlamofireWrapper.git",
20     "tag": "0.0.8"
21   },
22   "source_files": "RxAlamofireWrapper/Source/**/*.{swift}",
23   "dependencies": {
24     "Alamofire": [
25       "~> 5.1"
26     ],
27     "RxSwift": [
28       "~> 5"
29     ]
30   },
31   "swift_version": "5.0"