blob: 0a8df60160851f417df596c3e045c8d017f5193e [file] [log] [blame]
{
"name": "MTSVProgressHUD",
"version": "0.2.0",
"summary": "MTSVProgressHUD二进制framework",
"description": "'MTSVProgressHUD二进制framework 提高编译速度.",
"homepage": "https://gitee.com/fmdb/MTSVProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZhaoBingDong": "dzb8818082@163.com"
},
"source": {
"git": "https://gitee.com/fmdb/MTSVProgressHUD.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MTSVProgressHUD/Classes/**/*{h,m}",
"public_header_files": "MTSVProgressHUD/Classes/Public/**/*.h",
"resources": "MTSVProgressHUD/Resource/*.png",
"frameworks": [
"UIKit",
"Foundation"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true
}