blob: 95f3295a1f659236e3e3fc7d3bd2059676dfb72e [file] [log] [blame]
{
"name": "RxTheme",
"version": "0.2.1",
"swift_version": "4.0",
"summary": "iOS Theme management based on Rx",
"description": "iOS Theme management based on RxSwift and RxCocoa, easy to use, easy to extend.",
"homepage": "https://github.com/wddwycc/RxTheme",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wddwycc": "wddwyss@gmail.com"
},
"source": {
"git": "https://github.com/wddwycc/RxTheme.git",
"tag": "0.2.1"
},
"social_media_url": "https://twitter.com/wddwycc",
"platforms": {
"ios": "9.0"
},
"source_files": "RxTheme/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}