blob: 9ba7c0f09941e28619934b76cefc011de3db2c89 [file] [log] [blame]
{
"name": "NotificationPermission",
"version": "0.2.0",
"summary": "To access UNUserNotificationCenter and will be used to create a UNNotification and it will be used to notify the user",
"description": "The NotificationPermission is a completely customizable helper class that can be used in any iOS app to access UNUserNotificationCenter.",
"homepage": "https://github.com/hadanischal/NotificationPermission.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nischal Hada": "hadanischal@gmail.com"
},
"source": {
"git": "https://github.com/hadanischal/NotificationPermission.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/neeschalhada",
"swift_versions": "5.2",
"platforms": {
"ios": "12.0"
},
"source_files": "NotificationPermission/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.1.1"
],
"RxCocoa": [
"~> 5.1.1"
]
},
"swift_version": "5.2"
}