[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / e / RxDecodable / 0.1 / RxDecodable.podspec.json
blob3d4f3f035d611cf9315df95afdf7fde117200b2c
2   "name": "RxDecodable",
3   "version": "0.1",
4   "summary": "RxSwift extensions for Decodable",
5   "description": "RxSwift extensions for Decodable objects",
6   "homepage": "https://github.com/ermesup/RxDecodable",
7   "license": "MIT",
8   "authors": {
9     "alexperezpaya": "alex@ermesup.com",
10     "izqui": "jorge@ermesup.com"
11   },
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ermesup/RxDecodable.git",
20     "tag": "0.1"
21   },
22   "source_files": "RxDecodable/Classes/RxDecodable.swift",
23   "requires_arc": true,
24   "dependencies": {
25     "RxSwift": [
26       "~> 2.1"
27     ],
28     "RxCocoa": [
29       "~> 2.1"
30     ],
31     "RxBlocking": [
32       "~> 2.1"
33     ],
34     "Decodable": [
35       "~> 0.4"
36     ]
37   }