blob: 84d1d05b979fd0f368ba3f645a58932339ebe9a2 [file] [log] [blame]
{
"name": "RxElegantReuse",
"version": "5.0.0",
"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": "5.0.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}