blob: 5d4a1f69657a9bc8600c5cc243bd37a6e90d49d8 [file] [log] [blame]
{
"name": "ZZProgressHUD",
"version": "0.0.2",
"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": "0.0.2"
},
"source_files": [
"sources",
"sources/*.{h,m}"
],
"resources": "sources/*.png"
}