blob: 7f79f431eee48970d234d8f246e95c86dfcd833b [file] [log] [blame]
{
"name": "ZZProgressHUD",
"version": "0.0.1",
"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.1"
},
"source_files": [
"sources",
"sources/**/*.{h,m}"
],
"resources": "sources/ProgressHUD.bundle/**/*.png",
"frameworks": "UIKit",
"pod_target_xcconfig": {
"swift-version": "3.0"
}
}