blob: e150960dc18a4e18960faffce5aa4399b113f299 [file] [log] [blame]
{
"name": "SULUserNotificationCenter",
"version": "0.1.5",
"summary": "A Drop in replacement for NSUserNotification with a few handy tweaks, written in Swift 3.0!",
"description": "A Drop in replacement for NSUserNotification with a few handy tweaks, written in Swift 3.0!\nSee Example for more detail!",
"homepage": "https://github.com/sunuslee/SULUserNotificationCenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunuslee": "sunuslee@gmail.com"
},
"source": {
"git": "https://github.com/sunuslee/SULUserNotificationCenter.git",
"tag": "0.1.5"
},
"platforms": {
"osx": "10.9"
},
"source_files": "SULUserNotificationCenter/Classes/**/*",
"resources": [
"SULUserNotificationCenter/Assets/*.xib"
],
"pushed_with_swift_version": "3.0"
}