blob: 506650a05365b6ae43ed278dea237418f367cb78 [file] [log] [blame]
{
"name": "RxColor",
"version": "1.0",
"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"
},
"social_media_url": "https://twitter.com/ivanbruel",
"platforms": {
"ios": "8.0"
},
"source_files": "RxColor/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 2.6"
],
"RxCocoa": [
"~> 2.6"
]
}
}