blob: 8975e79506301406f4d62649bba25af70541b837 [file] [log] [blame]
{
"name": "RxElegantReuse",
"version": "4.0-beta.3",
"summary": "RxCocoa reuse extensions",
"description": "An elegant and RxSwift-based way to observe events inside of reusable views like UITableViewCell, UICollectionViewCell.\nFor keeping same 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.0-beta.3"
},
"requires_arc": true,
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}