blob: 6104b05448e0e7212b902ff5e0c8c98fab02455e [file] [log] [blame]
{
"name": "RxSwiftUIKit",
"version": "1.1.0",
"summary": "RxSwiftUIKit is an extension of [SwiftUIKit](https://github.com/sonla58/SwiftUIKit)",
"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.",
"homepage": "https://github.com/sonla58/RxSwiftUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"son.le": "anhsonleit@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.3",
"source": {
"git": "https://github.com/sonla58/RxSwiftUIKit.git",
"tag": "v1.1.0"
},
"source_files": "RxSwiftUIKit/**/*.{swift}",
"frameworks": "UIKit",
"dependencies": {
"DifferenceKit/Core": [
"~> 1.1"
],
"RxSwift": [
"~> 6.1"
],
"RxCocoa": [
"~> 6.1"
],
"SwiftUIKit_pro": [
"~> 1.1.0"
]
},
"swift_version": "5.3"
}