blob: 54a6364b99b7455ffd303c2f80a8efb4d4390079 [file] [log] [blame]
{
"name": "SwiftUIBlurView",
"version": "0.1.0",
"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.1.0"
},
"social_media_url": "https://twitter.com/danielsaidi",
"swift_versions": "5.1",
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.1"
}