blob: 76d1342490e6db621ec451066855dce6ae645162 [file] [log] [blame]
{
"name": "LocalNotificationCenter",
"version": "0.2.0",
"summary": "A lightweight library for scheduling local notifications on iOS, written in Swift.",
"description": "The LocalNotificationCenter was writted to enable a very simple and efficient way to manage local\nnotifications on iOS. It offers a very simple interface, and the powerful concept of context based\nnotification centers.",
"homepage": "https://github.com/cgossain/LocalNotificationCenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cgossain": "cgossain@gmail.com"
},
"source": {
"git": "https://github.com/cgossain/LocalNotificationCenter.git",
"tag": "0.2.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.3"
},
"source_files": "LocalNotificationCenter/Classes/**/*",
"frameworks": "UserNotifications"
}