blob: 69adf96351ebd837959b2cfa3f2df333fb9b78d0 [file] [log] [blame]
{
"name": "Cell+Rx",
"version": "1.0",
"summary": "Handy RxSwift extensions on UITableViewCell and UICollectionViewCell.",
"description": "Right now, we just have a `rx_reusableDisposeBag` property, but we're open to PRs!",
"homepage": "https://github.com/ivanbruel/Cell-Rx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"social_media_url": "http://twitter.com/ivanbruel",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ivanbruel/Cell-Rx.git",
"tag": "1.0"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 2.1"
]
}
}