blob: e78452e3bcde9d8ef6cc77ca4a6f2e3f39284435 [file] [log] [blame]
{
"name": "RxCells",
"version": "0.5.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/pikciu/RxCells",
"authors": {
"Tomasz Pikć": "tomasz.pikc@gmail.com"
},
"summary": "Easy and fast binding",
"source": {
"git": "https://github.com/pikciu/RxCells.git",
"tag": "0.5.0"
},
"source_files": "RxCells/Sources/*.swift",
"frameworks": "UIKit",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
],
"Reusable": [
"~> 4.0"
]
},
"swift_version": "5.0"
}