blob: 0e34e23cdaa9791fabf7d2b61dd7adec235fcd3c [file] [log] [blame]
{
"name": "WaterfallGrid",
"version": "0.3.0",
"summary": "A waterfall grid layout view for SwiftUI.",
"homepage": "https://github.com/paololeonardi/WaterfallGrid",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Paolo Leonardi",
"social_media_url": "https://twitter.com/paololeonardi",
"platforms": {
"ios": "13.0",
"osx": "10.15",
"watchos": "6.0",
"tvos": "13.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/paololeonardi/WaterfallGrid.git",
"tag": "0.3.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"Foundation",
"SwiftUI"
],
"swift_version": "5.1"
}