[Add] NHValidationKit 1.0.1
[CocoaPods.git] / Specs / 4 / 8 / d / RxSwiftUIKit / 1.0.0 / RxSwiftUIKit.podspec.json
blobefbd75c9dea0ba0fe1d4e46203d5165c68e0dcda
2   "name": "RxSwiftUIKit",
3   "version": "1.0.0",
4   "summary": "RxSwiftUIKit is an extension of [SwiftUIKit](https://github.com/sonla58/SwiftUIKit)",
5   "description": "RxSwiftUIKit is an extension of [SwiftUIKit](https://github.com/sonla58/SwiftUIKit). Combine with [RxSwift](https://github.com/ReactiveX/RxSwift) and [Carbon](https://github.com/ra1028/Carbon), tt gives us the ability to build the tableView or collectionView using the declarative way.",
6   "homepage": "https://github.com/sonla58/RxSwiftUIKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "son.le": "anhsonleit@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.3",
18   "source": {
19     "git": "https://github.com/sonla58/RxSwiftUIKit.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "RxSwiftUIKit/**/*.{swift}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "DifferenceKit/Core": [
26       "~> 1.1"
27     ],
28     "RxSwift": [
29       "~> 6.1"
30     ],
31     "RxCocoa": [
32       "~> 6.1"
33     ],
34     "SwiftUIKit_pro": [
35       "1.0.0"
36     ]
37   },
38   "swift_version": "5.3"