blob: 82782641f4eb06610f391aa4f808319b5b4057d5 [file] [log] [blame]
{
"name": "BxNotifications",
"version": "3.0.0",
"swift_version": "4.1",
"summary": "User Interface Notifications for iOS.",
"description": "BxNotifications provides a mean to easily visualize notifications throughout the application.",
"homepage": "https://bx.borchero.com/notifications",
"documentation_url": "https://bx.borchero.com/notifications/docs",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oliver Borchert": "borchero@icloud.com"
},
"source": {
"git": "https://github.com/borchero/BxNotifications.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "BxNotifications/**/*.{swift,h,m,mm,cpp,c}",
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"SwiftMessages": [
"~> 4.0"
],
"BxReact": [
"~> 3.0"
]
},
"frameworks": "UIKit"
}