blob: 1918029d4fe5e75bd4cbd00c50d7b745bef997b3 [file] [log] [blame]
{
"name": "MTSVProgressHUD",
"version": "0.1.9",
"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.9"
},
"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"
}
}