[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / b / LocalNotificationCenter / 0.3.0 / LocalNotificationCenter.podspec.json
blobcf73645789fa575a78ba5b1f90d9f72b9b2cfa4d
2   "name": "LocalNotificationCenter",
3   "version": "0.3.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cgossain": "cgossain@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cgossain/LocalNotificationCenter.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "swift_version": "5.0",
22   "source_files": "LocalNotificationCenter/Classes/**/*",
23   "frameworks": "UserNotifications"