blob: b85a38ba4075b79708cf15b41739d5b86bd34c86 [file] [log] [blame]
{
"name": "SimpleMBProgressHUD",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SimpleMBProgressHUD/MBProgressHUD/**/*",
"SimpleMBProgressHUD/MBProgressHUD+Expand/**/*"
],
"public_header_files": [
"SimpleMBProgressHUD/MBProgressHUD/**/*.h",
"SimpleMBProgressHUD/MBProgressHUD+Expand/**/*.h"
],
"frameworks": "UIKit",
"dependencies": {
"FontAwesomeKit/IonIcons": [
"~> 2.2.0"
]
}
}