blob: 924e17f034e93f759dbe4a12b04d421d0d4c84c8 [file] [log] [blame]
{
"name": "SwiftUIBlurView",
"version": "0.2.0",
"swift_versions": "5.1",
"summary": "SwiftUIBlurView lets you use UIBlurEffect in SwiftUI.",
"description": "SwiftUIBlurView lets you use UIBlurEffect in SwiftUI. This\nmakes it easy to apply other blur effects than the basic\nones that are defined in SwiftUI.",
"homepage": "https://github.com/danielsaidi/SwiftUIBlurView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Saidi": "daniel.saidi@gmail.com"
},
"source": {
"git": "https://github.com/danielsaidi/SwiftUIBlurView.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}