blob: 24f41920bc485ef2ef85f0ebe2b351be3dde0cc3 [file] [log] [blame]
{
"name": "RxCell",
"version": "0.1.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.1.0"
},
"social_media_url": "https://facebook.com/Vladislav.Lisyanskiy",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "RxCell/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
]
}
}