blob: 88da9d7eff02041e5d4ee04c2e540454a8667624 [file] [log] [blame]
{
"name": "SnackView",
"version": "0.0.1",
"summary": "A new way to stack UI items in the bottom of the screen.",
"swift_version": "4.2",
"description": "SnackView present a customizable AppStore alert style which remains anchored in bottom of the screen.",
"homepage": "http://www.lucacasula.it",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luca Casula": "lucacasula@icloud.com"
},
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/lucacasula91/SnackView.git",
"tag": "0.0.1"
},
"source_files": "SnackView/**/*.{swift}",
"exclude_files": "Classes/Exclude"
}