blob: f8f2729b75a9f425d58c0c61cc60d875a8f27f47 [file] [log] [blame]
{
"name": "HYToast",
"summary": "A toast with three style.",
"version": "1.0.3",
"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.3"
},
"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"
]
}
}