blob: d04636527bcce57efe61ed01b664221d7d284107 [file] [log] [blame]
{
"name": "CustomModalView",
"version": "1.0.0",
"summary": "Fully customizable Modal View component built in SwiftUI for SwiftUI on iOS and macOS",
"swift_versions": "5.0",
"description": "Custom Modal View is a fully customizable modal view component built in SwiftUI for SwiftUI.\nIt's API is built similar to the native `.sheet`, so that it fits into existing SwiftUI apps.\nThe library is compatible with both iOS and macOS.",
"homepage": "https://github.com/jankaltoun/CustomModalView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jankaltoun": "jan.kaltoun@me.com"
},
"source": {
"git": "https://github.com/jankaltoun/CustomModalView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.0",
"osx": "10.15"
},
"source_files": "Sources/**/*",
"swift_version": "5.0"
}