blob: 5201570b4b00a7312ccf6b2b1a0d110d5e3b6da7 [file] [log] [blame]
{
"name": "Cell+Rx",
"version": "1.3",
"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/bmoliveira/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/bmoliveira/Cell-Rx.git",
"tag": "1.3"
},
"source_files": "Pod/Classes/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
">= 4"
]
}
}