blob: 7f4318049d738429daf7df89193c49c2c7f0d8f2 [file] [log] [blame]
{
"name": "WProgressHUD",
"version": "0.1.0",
"summary": "WProgressHUD for HUD.",
"description": "TODO: Add long description of the pod here.",
"homepage": "http://www.jianshu.com/u/06f42a993882",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"winter.wd": "winterw201501@gmail.com"
},
"source": {
"git": "https://github.com/winterwd/WProgressHUD.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "WProgressHUD/Classes/**/*",
"resource_bundles": {
"WProgressHUD": [
"WProgressHUD/Assets/*.png"
]
},
"public_header_files": "WProgressHUD/Classes/**/*.h",
"dependencies": {
"MBProgressHUD": [
"~>1.0"
]
}
}