blob: 9ce1012f176e1a5f6750e4a8008a9a21168e8ddf [file] [log] [blame]
{
"name": "wb_basic",
"version": "0.1.0",
"summary": "basic classes",
"description": "部分基类、网络控件、自定义部分View",
"homepage": "https://github.com/wbzhan/wb_basic.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wbzhan": "wenbao.zhan@vantopgroup.com"
},
"source": {
"git": "https://github.com/wbzhan/wb_basic.git",
"tag": "0.1.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "wb_basic/Classes/**/*",
"dependencies": {
"Moya/RxSwift": [
"~> 14.0.0"
],
"MBProgressHUD": [
"1.1.0"
],
"MJRefresh": [
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxDataSources": [
"~> 4.0"
],
"SnapKit": [
"~> 5.0.1"
],
"HandyJSON": [
"~> 5.0.3-beta"
],
"kit_extension": [
],
"Kingfisher": [
"~> 5.15.8"
],
"FMDB": [
]
},
"swift_version": "5.0"
}