blob: 9c8e2ac55108ac653cee4afbdb19248a7c81c82e [file] [log] [blame]
{
"name": "HelloToast",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"source_files": "HelloToast/Classes/**/*",
"resource_bundles": {
"HelloToast": [
"HelloToast/Assets/*.png"
]
},
"frameworks": "UIKit"
}