blob: 6f28c50e048724ddbf311b6ab9e36aa9e40a970d [file] [log] [blame]
{
"name": "NotificationView",
"version": "0.2.0",
"summary": "iOS Notification View",
"description": "You can easily implement iOS Basic Notification screens.\nThere is a default theme and a dark theme.\nYou can attach an image to the Notification screen with only the UIImageView.\nYou can adjust the disappearance time.\nYou can get a delegate or callback for the visible and disappearing states.\nYou can get delegates and callbacks for tap.",
"homepage": "https://github.com/pikachu987/NotificationView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pikachu987": "pikachu77769@gmail.com"
},
"source": {
"git": "https://github.com/pikachu987/NotificationView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NotificationView/Classes/**/*",
"swift_version": "4.2"
}