[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 3 / 8 / NotificationPermission / 0.2.0 / NotificationPermission.podspec.json
blob9ba7c0f09941e28619934b76cefc011de3db2c89
2   "name": "NotificationPermission",
3   "version": "0.2.0",
4   "summary": "To access UNUserNotificationCenter and will be used to create a UNNotification and it will be used to notify the user",
5   "description": "The NotificationPermission is a completely customizable helper class that can be used in any iOS app to access UNUserNotificationCenter.",
6   "homepage": "https://github.com/hadanischal/NotificationPermission.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nischal Hada": "hadanischal@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hadanischal/NotificationPermission.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/neeschalhada",
19   "swift_versions": "5.2",
20   "platforms": {
21     "ios": "12.0"
22   },
23   "source_files": "NotificationPermission/Classes/**/*",
24   "dependencies": {
25     "RxSwift": [
26       "~> 5.1.1"
27     ],
28     "RxCocoa": [
29       "~> 5.1.1"
30     ]
31   },
32   "swift_version": "5.2"