blob: 621a01a08b3b9572f292024e81ceed1147235281 [file] [log] [blame]
{
"name": "RxUserNotifications",
"version": "0.1.4",
"summary": "Reactive extension for UserNotifications.",
"description": "RxUserNotifications is an RxSwift reactive extension for UNUserNotificationCenter.\nRequires Xcode 10.0 with Swift 4.2 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.4"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "RxUserNotifications/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"frameworks": "UserNotifications",
"dependencies": {
"RxSwift": [
"~> 4.3.0"
],
"RxCocoa": [
"~> 4.3.0"
]
}
}