[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 9 / 3 / RxAlamoCodable / 0.0.1 / RxAlamoCodable.podspec.json
blobbd19b92c9a7a7aac3c3517f08790e81aa6744568
2   "name": "RxAlamoCodable",
3   "version": "0.0.1",
4   "summary": "RxSwift + Alamofire + Codable",
5   "swift_version": "5.0",
6   "description": "RxSwift + Alamofire + Codable in shortest possible way.",
7   "homepage": "https://github.com/kubatatami/RxAlamoCodable",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jakub Bogacki": "bogacki.jakub@gmail.com"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/kubatatami/RxAlamoCodable.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "RxAlamoCodable/library/**",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5.0.0"
26     ],
27     "Alamofire": [
28       "~> 5.0.0-beta.5"
29     ]
30   }