blob: 5fa8aa3151ebb9f2ec6e0978f62e0127202b6dfb [file] [log] [blame]
{
"name": "RxColor",
"version": "2.0",
"summary": "RxSwift bindings for common UIColor setters",
"description": "RxSwift bindings for common UIColor setters.\nUIView (backgroundColor, tintColor), UILabel (textColor) and UIButton (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": "2.0"
},
"social_media_url": "https://twitter.com/ivanbruel",
"platforms": {
"ios": "9.0"
},
"source_files": "RxColor/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 3.6"
],
"RxCocoa": [
"~> 3.6"
]
},
"pushed_with_swift_version": "3.0"
}