blob: 2c1cf29a9287a09333fcb88b684495067d7745bf [file] [log] [blame]
{
"name": "RxUI",
"version": "0.1.0",
"summary": "基于RxSwift 封装一些组件使用.",
"swift_versions": [
"5.0"
],
"description": "基于RxSwift 封装一些常用组件使用.",
"homepage": "https://github.com/yaochenfeng/RxUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yaochenfeng": "282696845@qq.com"
},
"source": {
"git": "https://github.com/yaochenfeng/RxUI.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/RxUI/**/*.swift",
"dependencies": {
"RxCocoa": [
]
},
"swift_version": "5.0"
}