blob: 9237d87d4b5a4902676ef7689e73a5f25fc3009a [file] [log] [blame]
{
"name": "RxUserNotifications",
"version": "1.0.0",
"summary": "Reactive extension for UserNotifications.",
"description": "RxUserNotifications is an RxSwift reactive extension for UNUserNotificationCenter.\nRequires Xcode 11.0 with Swift 5.1 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.0.0"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0"
},
"swift_versions": "5.1",
"source_files": "Sources/RxUserNotifications/**/*",
"frameworks": "UserNotifications",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
},
"swift_version": "5.1"
}