[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 7 / 0 / AK_RxSwiftUtilities / 2.2.0 / AK_RxSwiftUtilities.podspec.json
blobb34615e081ae3666191b4c864f18f304794df263
2   "name": "AK_RxSwiftUtilities",
3   "version": "2.2.0",
4   "summary": "Helpful classes and extensions for RxSwift",
5   "description": "Helpful classes and extensions for RxSwift which don't belong in RxSwift core.",
6   "homepage": "https://github.com/RxSwiftCommunity/RxSwiftUtilities",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Eldis": "duanlangc@gmail.com"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "3.0"
20   },
21   "source": {
22     "git": "https://github.com/DuanLangC/AK_RxSwiftUtilities.git",
23     "tag": "2.2.0"
24   },
25   "source_files": "Source/Common/*.swift",
26   "ios": {
27     "source_files": "Source/iOS/*.swift"
28   },
29   "dependencies": {
30     "RxSwift": [
31       "~> 5.0.0"
32     ],
33     "RxCocoa": [
34       "~> 5.0.0"
35     ]
36   },
37   "swift_version": "5.0"