blob: 1428cb3624f32f34faefcfbadb47ef902e7ec2a3 [file] [log] [blame]
{
"name": "LocalNotificationScheduler",
"version": "1.0",
"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.0
},
"platforms": {
"ios": "10.0"
},
"source_files": "LocalNotificationScheduler/Classes/**/*"
}