blob: 6c36a2760dde9220f0db7a59d00b047fbb1eb01e [file] [log] [blame]
{
"name": "HUD.podspec",
"version": "0.0.1",
"summary": "An extension of MBProgressHUD",
"description": "An extension of MBProgressHUD with OC .",
"homepage": "https://github.com/iRemark/HUD-Example.git",
"license": "MIT",
"authors": {
"chuck": "lc081200@example.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/iRemark/HUD-Example.git",
"tag": "0.0.1"
},
"source_files": [
"MBProgressHUD+Manager",
"MBProgressHUD+Manager/**/*.{h,m}"
],
"resources": "MBProgressHUD+Manager/MBProgressHUD.bundle",
"dependencies": {
"MBProgressHUD": [
]
}
}