| { |
| "name": "SUITextView", |
| "version": "0.1.0", |
| "summary": "SwiftUI TextView component for MacOS", |
| "description": "'The missing TextView component for macOS SwiftUI'", |
| "homepage": "https://github.com/ospfranco/SUITextView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Oscar Franco": "ospfranco@protonmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ospfranco/SUITextView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "osx": "10.10" |
| }, |
| "swift_versions": "5.1", |
| "source_files": "Source/**/*", |
| "swift_version": "5.1" |
| } |