blob: f9a7cff545a79c85468e103c6c197af961f2096f [file] [log] [blame]
{
"name": "RxCells",
"version": "0.3.5",
"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.3.5"
},
"source_files": "RxCells/Sources/*.swift",
"frameworks": "UIKit",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"dependencies": {
"RxSwift": [
"~> 4.1"
],
"RxCocoa": [
"~> 4.1"
],
"Reusable": [
"~> 4.0"
]
}
}