blob: 03a510b5dc397a3909fd58635ddd54ca9f1132b5 [file] [log] [blame]
{
"name": "HelloToast",
"version": "0.1.0",
"summary": "A toast tool for tip/done/error/processing in iOS with Swift",
"homepage": "https://github.com/huangxinyu1213/HelloToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huangxinyu1213": "huangxinyu1213@163.com"
},
"source": {
"git": "https://github.com/huangxinyu1213/HelloToast.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HelloToast/Classes/**/*",
"resource_bundles": {
"HelloToast": [
"HelloToast/Assets/*.png"
]
}
}