blob: d5519cbea6bfea8cb4a02dc14f8e7eb1815728f8 [file] [log] [blame]
{
"name": "RxCell",
"version": "0.2.0",
"summary": "RxSwift extensions on UITableViewCell and UICollectionViewCell.",
"description": "Adds rx.reuseDisposeBag property for UITableViewCell and UICollectionViewCell like a NSObject-Rx adds rx.disposeBag for NSObject.",
"homepage": "https://github.com/tr1ckyf0x/RxCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladislav Lisyanskiy": "vladislav.lisyanskiy@gmail.com"
},
"source": {
"git": "https://github.com/tr1ckyf0x/RxCell.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "5.0",
"source_files": "RxCell/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"RxSwift": [
"~> 5"
]
}
}