blob: 69411a3a90cec09c2b5dcfdeb57b9a7f3ce51099 [file] [log] [blame]
{
"name": "RxUserNotifications",
"version": "0.1.3",
"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.3"
},
"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"
]
}
}