blob: 5c7b10cda3c6d170675c2bc90df2a51e2d546f67 [file] [log] [blame]
{
"name": "HVStack",
"version": "2.1.1",
"summary": "A view for SwiftUI that arranges its children in horizontal and vertical lines.",
"description": "HVStack is a view for SwiftUI that arranges its children in horizontal and vertical lines.",
"homepage": "https://github.com/alexandrehsaad/HVStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Alexandre",
"swift_versions": "5.0",
"frameworks": "SwiftUI",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"tvos": "13.0",
"watchos": "6.0"
},
"source": {
"git": "https://github.com/alexandrehsaad/HVStack.git",
"tag": "2.1.1"
},
"source_files": "HVStack/**/*.{swift}",
"swift_version": "5.0"
}