blob: 83b7d977f94142d196ac29459070c6431cf70588 [file] [log] [blame]
{
"name": "SimpleMBProgressHUD",
"version": "0.0.6",
"summary": "A short description of SimpleMBProgressHUD.",
"description": "The MBProgressHUD for SDK.",
"homepage": "https://github.com/Chasingdreamboy/SimpleMBProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EriceWang": "wangerdong@treefinance.com.cn"
},
"source": {
"git": "https://github.com/Chasingdreamboy/SimpleMBProgressHUD.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"GCC_GENERATE_DEBUGGING_SYMBOLS": false
},
"source_files": [
"SimpleMBProgressHUD/MBProgressHUD/**/*",
"SimpleMBProgressHUD/MBProgressHUD+Expand/**/*"
],
"public_header_files": [
"SimpleMBProgressHUD/MBProgressHUD/**/*.h",
"SimpleMBProgressHUD/MBProgressHUD+Expand/**/*.h"
],
"frameworks": "UIKit",
"dependencies": {
"SimpleFontAwesomeKit": [
]
}
}