blob: 180f512982024fc19f711b94b4e84d7890e98877 [file] [log] [blame]
{
"name": "ZVProgressHUD",
"version": "2.1.0",
"summary": "A pure-swift and wieldy HUD",
"description": "ZVProgressHUD a pure-swift and wieldy HUD",
"homepage": "https://github.com/zevwings/ZVProgressHUD",
"license": "MIT",
"authors": {
"zevwings": "zevwings@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zevwings/ZVProgressHUD.git",
"tag": "2.1.0"
},
"source_files": [
"ZVProgressHUD/**/*.swift",
"ZVProgressHUD/ZVProgressHUD.h"
],
"resources": "ZVProgressHUD/Resource.bundle",
"requires_arc": true,
"dependencies": {
"ZVActivityIndicatorView": [
]
}
}