blob: 1934ba005a46d7b7f2b51254edaaf268bff8c1cd [file] [log] [blame]
{
"name": "SwiftyNotifications",
"version": "0.6.0",
"summary": "Highly configurable iOS UIView for presenting notifications that does not block the UI.",
"homepage": "https://github.com/abdullahselek/SwiftyNotifications",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abdullah Selek": "abdullahselek@yahoo.com"
},
"source": {
"git": "https://github.com/abdullahselek/SwiftyNotifications.git",
"tag": "0.6.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SwiftyNotifications/*.swift",
"resources": "SwiftyNotifications/*.xib",
"requires_arc": true,
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"swift_version": "5.3"
}