blob: 6ae2c4f0507f20c23c24e96261e9200f152fc870 [file] [log] [blame]
{
"name": "NotificationPermission",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/neeschalhada",
"swift_versions": "5.1",
"platforms": {
"ios": "12.0"
},
"source_files": "NotificationPermission/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0.1"
],
"RxCocoa": [
"~> 5.0.1"
]
},
"swift_version": "5.1"
}