| { |
| "name": "BetterSheet", |
| "version": "1.0.0", |
| "authors": { |
| "Peter Verhage": "peter@egeniq.com" |
| }, |
| "homepage": "https://github.com/egeniq/BetterSheet", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "A powerful SwiftUI sheet replacement.", |
| "description": "A powerful SwiftUI sheet replacement which is more robust and offers\nsupport for modal sheets that can't simply be swiped to dismiss.", |
| "swift_versions": "5.1", |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "source": { |
| "git": "https://github.com/egeniq/BetterSheet.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Sources", |
| "Sources/**/*.swift" |
| ], |
| "swift_version": "5.1" |
| } |