blob: 80a1314eb9840ab393547e7012de8409ad39aa6d [file] [log] [blame]
{
"name": "IgyToast",
"version": "0.0.1",
"summary": "IgyToast is a simple bottom-appering toast which can be built with custom views",
"description": "IgyToast is a simple way to display content modally. Feed toast with your custom views, specifying it's height by a constraint. Toast width will depend on Device width. In case if content does not fit vertically - toast will embed it in a scroll view. Use headers and footers in order to avoid scrolling for top or bottom parts of your toast.",
"homepage": "https://github.com/igyvigy/IgyToast",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"igyVigy": "igyvigy@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/igyvigy/IgyToast.git",
"tag": "0.0.1"
},
"source_files": [
"IgyToast",
"IgyToast/**/*.{h,m}"
],
"exclude_files": "IgyToast/Exclude"
}