blob: 8856338641bd458e73387b8bb749b60e70fb596e [file] [log] [blame]
{
"name": "ModuleProgressHUD",
"version": "1.0.11",
"summary": "Module ProgressHUD wrap lib with quick usage and style settings.",
"description": "ProgressHUD wrap lib with quick usage and style settings.\n1. SVProgressHUD\n2. MBProgressHUD(removed for now)\n3. Min-OS version iOS 7.0",
"homepage": "https://github.com/blodely/ModuleProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luo Yu": "indie.luo@gmail.com"
},
"source": {
"git": "https://github.com/blodely/ModuleProgressHUD.git",
"tag": "1.0.11"
},
"social_media_url": "https://weibo.com/blodely",
"platforms": {
"ios": "7.0"
},
"source_files": [
"ModuleProgressHUD/Classes/**/*",
"ModuleProgressHUD/Configurations/*.plist"
],
"resource_bundles": {
"ModuleProgressHUD": [
"ModuleProgressHUD/Assets/*.png"
]
},
"ios": {
"frameworks": "UIKit"
},
"dependencies": {
"SVProgressHUD": [
"~> 2.1.2"
]
}
}