blob: 1eef0c573e4001c377863a421af5527503b17121 [file] [log] [blame]
{
"name": "HYToast",
"summary": "A toast with three style.",
"version": "1.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huxiaoyang": "yohuyang@gmail.com"
},
"homepage": "https://github.com/huxiaoyang/HYToast",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/huxiaoyang/HYToast.git",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": "HYToast/**/*.{h,m}",
"resource_bundles": {
"HYToast": [
"HYToast/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"module_name": "HYToast",
"dependencies": {
"Toast": [
"~> 3.0"
]
}
}