blob: 13d193fa5998f270d40e24ddd8af77368d7a1145 [file] [log] [blame]
{
"name": "RxTheme",
"version": "2.2.2",
"swift_version": "4.2",
"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": "2.2.2"
},
"social_media_url": "https://twitter.com/wddwycc",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "RxTheme/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.3"
],
"RxCocoa": [
"~> 4.3"
]
}
}