blob: 75431e48532bcce60a6438408ee49fa7728f427f [file] [log] [blame]
{
"name": "IgyToast",
"version": "0.0.7",
"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.7"
},
"source_files": "IgyToast/**/*.swift",
"swift_versions": "4.2",
"exclude_files": "IgyToast/Exclude/",
"resources": "IgyToast/**/*.xib",
"swift_version": "4.2"
}