[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / 8 / 7 / RxUtils / 4.3.0 / RxUtils.podspec.json
blob14c0ac1c1be4971138b214b96b0766b0a09754fa
2   "name": "RxUtils",
3   "version": "4.3.0",
4   "summary": "RxSwift utils",
5   "description": "A helpful collection of RxSwift utils.",
6   "homepage": "https://github.com/APUtils/RxUtils",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/RxUtils.git",
16     "tag": "4.3.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "RxUtils/Classes/**/*",
22   "resource_bundles": {
23     "RxUtils.privacy": "Pod/Privacy/RxUtils/PrivacyInfo.xcprivacy"
24   },
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "APExtensions/Dispatch": [
32     ],
33     "APExtensions/Occupiable": [
34       ">= 11"
35     ],
36     "APExtensions/OptionalType": [
37       ">= 11"
38     ],
39     "RoutableLogger": [
40       ">= 9.1.5"
41     ],
42     "RxCocoa": [
43       ">= 6"
44     ],
45     "RxGesture": [
46       ">= 4"
47     ],
48     "RxSwift": [
49       ">= 6"
50     ],
51     "RxSwiftExt": [
52       ">= 6"
53     ]
54   }