2 "name": "LocalNotificationCenter",
4 "summary": "A lightweight library for scheduling local notifications on iOS, written in Swift.",
5 "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.",
6 "homepage": "https://github.com/cgossain/LocalNotificationCenter",
12 "cgossain": "cgossain@gmail.com"
15 "git": "https://github.com/cgossain/LocalNotificationCenter.git",
21 "swift_version": "5.0",
22 "source_files": "LocalNotificationCenter/Classes/**/*",
23 "frameworks": "UserNotifications"