blob: 862e30cb8a4cc9e9807cd45da72503850234cf07 [file] [log] [blame]
{
"name": "MTSVProgressHUD",
"version": "0.1.8",
"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.1.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MTSVProgressHUD/Classes/**/*{h,m}",
"public_header_files": "MTSVProgressHUD/Classes/Public/**/*.h",
"resource_bundles": {
"SVProgressHUD": [
"MTSVProgressHUD/Resource/*.png"
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}