blob: 0eb3d3dbd600bb951a769c514dd6c109471ff1d0 [file] [log] [blame]
{
"name": "RxUserNotifications",
"version": "0.1.8",
"summary": "Reactive extension for UserNotifications.",
"description": "RxUserNotifications is an RxSwift reactive extension for UNUserNotificationCenter.\nRequires Xcode 10.2 with Swift 5.0 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": "0.1.8"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "RxUserNotifications/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
},
"frameworks": "UserNotifications",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
]
}
}