[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 2 / 3 / RxUtil / 0.1.26 / RxUtil.podspec.json
blob4910acb2b678d4e6fead1f587c19e93dca4fae78
2   "name": "RxUtil",
3   "version": "0.1.26",
4   "summary": "RxSwift utility functions for easy use in iOS projects.",
5   "swift_versions": "5.0",
6   "description": "A library that provides various utility functions for working with RxSwift in iOS applications.",
7   "homepage": "https://github.com/krgencom/RxUtil",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "krgencom": "krgencom@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/krgencom/RxUtil.git",
17     "tag": "0.1.26"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "Pod/Classes/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5"
26     ],
27     "RxCocoa": [
28       "~> 5"
29     ],
30     "SnapKit": [
32     ]
33   },
34   "swift_version": "5.0"