blob: 11cdb58fef94c283e10049a39c56be3f30b8d2cf [file] [log] [blame]
{
"name": "HYToast",
"summary": "A toast with three style.",
"version": "0.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": "0.0.2"
},
"requires_arc": true,
"source_files": "HYToast/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"module_name": "HYToast",
"dependencies": {
"CRToast": [
"~> 0.0.9"
],
"Toast": [
"~> 3.0"
],
"MZAppearance": [
"~> 1.1.6"
]
}
}