blob: 1ad2494dc0b3519965ab3f89d955f861141caaf3 [file] [log] [blame]
{
"name": "ZHToastKit",
"version": "0.0.1",
"summary": "A kit for managing toast.",
"description": "An encapsulation of MBProgressHUD。",
"homepage": "https://github.com/crazycao/ZHToastKit",
"license": "MIT",
"authors": {
"crazycao": "crazycao@126.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/crazycao/ZHToastKit.git",
"branch": "master"
},
"public_header_files": "Pod/**/*.h",
"source_files": "Pod/**/*.{h,m}",
"resource_bundles": {
"ZHToastKit": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"MBProgressHUD": [
]
}
}