blob: dea4e6ec26dffc2355d1347d6cb10972519d56b8 [file] [log] [blame]
{
"name": "CommonExtensionsHelps",
"version": "0.1.0",
"summary": "swift常用扩展库",
"description": "swift常用扩展库!Rx扩展,MVVM",
"homepage": "https://github.com/wwdc14",
"license": "MIT",
"authors": {
"Hy": "wwdc14@vip.qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/wwdc14/CommonExtensionsHelps.git",
"tag": "0.1.0"
},
"source_files": "CommonExtensionsHelps/Source/**/*.swift",
"dependencies": {
"MBProgressHUD": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
}