blob: 8689526820329d8031c0992e40838b81409e878a [file] [log] [blame]
{
"name": "RxUserNotifications",
"version": "1.1.0",
"summary": "Reactive extension for UserNotifications.",
"description": "RxUserNotifications is an RxSwift reactive extension for UNUserNotificationCenter.\nRequires Xcode 12.0 with Swift 5.3 or greather.",
"homepage": "https://github.com/pawelrup/RxUserNotifications",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paweł Rup": "pawelrup@lobocode.pl"
},
"source": {
"git": "https://github.com/pawelrup/RxUserNotifications.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"osx": "10.14"
},
"swift_versions": "5.3",
"source_files": "Sources/RxUserNotifications/**/*",
"frameworks": "UserNotifications",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "5.3"
}