blob: b9b9efb5705b801d13b0b293fb78e56b54d5ec1c [file] [log] [blame]
{
"name": "RxTheme",
"version": "4.1.0",
"swift_versions": "5.0",
"summary": "Theme management based on RxCocoa",
"description": "Theme management based on RxSwift and RxCocoa, easy to use, easy to extend.",
"homepage": "https://github.com/RxSwiftCommunity/RxTheme",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wddwycc": "wddwyss@gmail.com"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxTheme.git",
"tag": "4.1.0"
},
"social_media_url": "https://twitter.com/wddwycc",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "RxTheme/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"swift_version": "5.0"
}