blob: d295d8ed0d233c110304cf63615e90ade4cf8be9 [file] [log] [blame]
{
"name": "LibWM",
"version": "1.0.0",
"summary": "A demo framework of LibWM",
"description": "here is description.A demo framework of LibWM.",
"homepage": "https://github.com/Mian-Wu/LIBWM",
"license": ":type => 'MIT', :file => 'LICENSE'",
"authors": {
"Mian-Wu": "1256633846@qq.com"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Mian-Wu/LIBWM.git",
"tag": "1.0.0"
},
"ios": {
"vendored_frameworks": "Carthage/*.framework"
},
"dependencies": {
"HandyJSON": [
"~> 5.0.0"
],
"SnapKit": [
],
"Moya": [
],
"SVProgressHUD": [
]
},
"swift_version": "5.0"
}