blob: 20d77a386f588b4165943f82487c9b9d7b8b67d3 [file] [log] [blame]
{
"name": "SwiftyNotifications",
"version": "0.5.2",
"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.5.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyNotifications/*.swift",
"resources": "SwiftyNotifications/*.xib",
"requires_arc": true
}