blob: 15305e027fcfeaf6dda1169da4e5d9e91f006b48 [file] [log] [blame]
{
"name": "ZHToast",
"version": "0.0.1",
"summary": "Simulate android toast and HUD",
"description": "ZHToast is a toast UI component simulate the android toast, providing multiple UI style and easy to use.",
"homepage": "https://github.com/mrarronz/ZHToast.git",
"license": "MIT",
"authors": {
"mrarronz": "zhuhao1340@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mrarronz/ZHToast.git",
"tag": "0.0.1"
},
"source_files": [
"ZHToast",
"ZHToast/**/*.{h,m}"
],
"public_header_files": "ZHToast/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}