blob: 914cb1317e51ae617ed4e48d8d2269007d70e63f [file] [log] [blame]
{
"name": "RRRMBProgressHUD",
"version": "0.0.3",
"summary": "MBProgressHUD二次封装",
"description": "MBProgressHUD二次封装",
"homepage": "https://github.com/RRRenJ/RRRMBProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RRRenJ": "https://github.com/RRRenJ"
},
"source": {
"git": "https://github.com/RRRenJ/RRRMBProgressHUD.git",
"tag": "0.0.3"
},
"public_header_files": "RRRMBProgressHUD/MBProgressHUD+RRR.h",
"source_files": "RRRMBProgressHUD/*.{h,m}",
"resources": "RRRMBProgressHUD/RRRMBProgressHUD.bundle",
"dependencies": {
"MBProgressHUD": [
]
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"platforms": {
"ios": "8.0"
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}