blob: 4902c5af07ae4a15acc971bab3a26e338ef0b50b [file] [log] [blame]
{
"name": "RxColor",
"version": "1.0.1",
"summary": "RxSwift bindings for common UIColor setters",
"description": "RxSwift bindings for common UIColor setters.\nUIView (backgroundColor), UILabel (textColor) and UIButton (titleColor and tintColor+titleColor)",
"homepage": "https://github.com/ivanbruel/RxColor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Bruel": "ivan.bruel@gmail.com"
},
"source": {
"git": "https://github.com/ivanbruel/RxColor.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/ivanbruel",
"platforms": {
"ios": "8.0"
},
"source_files": "RxColor/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 2.6"
],
"RxCocoa": [
"~> 2.6"
]
}
}