blob: 66378e93a3d5f5ad619c0a26a11f2ecf8258e4ec [file] [log] [blame]
{
"name": "LocalNotificationScheduler",
"version": "1.1",
"summary": "LocalNotificationScheduler can be used to schedule local notification in iOS in a quick and easy way.",
"swift_version": "4.2",
"description": "LocalNotificationScheduler is an easier method to schedule local notifications in your project. It can schedule different types of local notifocations with one line of code.",
"homepage": "https://github.com/FreshworksStudio/LocalNotificationScheduler.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"harishchopra86": "harish@freshworks.io"
},
"source": {
"git": "https://github.com/FreshworksStudio/LocalNotificationScheduler.git",
"tag": 1.1
},
"platforms": {
"ios": "10.0"
},
"source_files": "LocalNotificationScheduler/Classes/**/*"
}