blob: 831c9093a697ec6e8c2ce4b24597d2d108b2948b [file] [log] [blame]
{
"name": "ZZProgressHUD",
"version": "1.0.0",
"summary": "ZZProgressHUD, a swift version of MBProgressHUD for iOS9 and later",
"description": "a swift version of MBProgressHUD for iOS9 and later. you can use this instead if you want to develop in a pure swift environment",
"homepage": "https://github.com/zerozheng/ZZProgressHUD",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "zero",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zerozheng/ZZProgressHUD.git",
"tag": "1.0.0"
},
"source_files": [
"sources",
"sources/*.{h,m}"
],
"resources": "sources/*.png"
}