blob: 362c2fad47d6001de34813af1869a5d04431b691 [file] [log] [blame]
{
"name": "DDProgressHUD",
"version": "1.1.1",
"summary": "`DDProgressHUD` is a clean and easy-to-use HUD on iOS",
"homepage": "https://github.com/393385724/DDProgressHUD",
"license": "MIT",
"authors": {
"llg": "393385724@qq.com"
},
"source": {
"git": "https://github.com/393385724/DDProgressHUD.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"source_files": [
"DDProgressHUD/*.{h,m}",
"DDProgressHUD/Views/*{h,m}",
"DDProgressHUD/DDActivityIndicatorView/*{h,m}",
"DDProgressHUD/DDActivityIndicatorView/Animations/*{h,m}"
],
"resources": [
"DDProgressHUD/Resources/*.png"
]
},
"public_header_files": "DDProgressHUD/DDProgressHUD.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}