blob: 9a183c245be9eff7813cb8a21ba7769a8d10f29a [file] [log] [blame]
{
"name": "RxElegantReuse",
"version": "4.2.1",
"summary": "RxCocoa reuse extensions",
"description": "An elegant and RxSwift-based way to observe events inside of reusable views like UITableViewCell, UICollectionViewCell.\nFor keeping same major version number with Swift and RxSwift, there is no 1.0, 2.0 and 3.0.",
"homepage": "https://github.com/TStrawberry/RxElegantReuse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TStrawberry": "me@tstrawberry.com"
},
"source": {
"git": "https://github.com/TStrawberry/RxElegantReuse.git",
"tag": "4.2.1"
},
"requires_arc": true,
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}