blob: 3d33a31e505d94f26bf7b2a1dc03f6b77de18692 [file] [log] [blame]
{
"name": "ToastAlerts",
"version": "3.0.0",
"summary": "A library to display Toast Alerts in iOS.",
"description": "A library to display Toast Alerts in in iOS\nToast View with Message & Image\nToast View with Time Dismiss\nToast View with Tap Dismiss\nCustom Toast View",
"homepage": "https://github.com/estampworld/ios-toast-alerts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eduardo IrĂ­as": "eduardoirias@me.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/estampworld/ios-toast-alerts.git",
"tag": "3.0.0"
},
"source_files": "Sources/ToastAlerts/*.swift",
"ios": {
"source_files": "Sources/ToastAlerts/*.swift"
},
"exclude_files": "Classes/Exclude",
"swift_version": "5.0"
}