blob: bf0b1bbbd5b9f477fcece1a8f9f5dd2ed37f1e33 [file] [log] [blame]
{
"name": "DynamicOverlay",
"version": "1.0.0-beta.0",
"summary": "OverlayContainer is a SwiftUI library which makes it easier to develop overlay based interfaces.",
"swift_versions": "5.0",
"description": "OverlayContainer is a SwiftUI library written in Swift. It makes it easier to develop overlay based interfaces, such as the one presented in the Apple Maps, Stocks or Shortcuts apps.",
"homepage": "https://github.com/fabernovel/DynamicOverlay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gaetanzanella": "gaetan.zanella@fabernovel.com"
},
"source": {
"git": "https://github.com/fabernovel/DynamicOverlay.git",
"tag": "1.0.0-beta.0"
},
"dependencies": {
"OverlayContainer": [
"~> 3.5"
]
},
"platforms": {
"ios": "13.0"
},
"source_files": "Source/Classes/**/*",
"swift_version": "5.0"
}