blob: c18d22ab1b4f9f883f81192c403a89509a432f3a [file] [log] [blame]
{
"name": "SimpleMBProgressHUD",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"GENERATE_DEBUG_SYMBOLS": "NO"
},
"source_files": [
"SimpleMBProgressHUD/MBProgressHUD/**/*",
"SimpleMBProgressHUD/MBProgressHUD+Expand/**/*"
],
"public_header_files": [
"SimpleMBProgressHUD/MBProgressHUD/**/*.h",
"SimpleMBProgressHUD/MBProgressHUD+Expand/**/*.h"
],
"frameworks": "UIKit",
"dependencies": {
"SimpleFontAwesomeKit": [
]
}
}