blob: 2c911e769aa1f70e8093b763aadbedfb086f5628 [file] [log] [blame]
{
"name": "SwiftUIExt",
"version": "0.0.1",
"summary": "Useful extensions for SwiftUI",
"description": "SwiftUIExt is a collection of extensions and helpers for SwiftUI. These include functions to help streamline the\ndevelopment workflow and/or introduce functionality that isn't included in the native SwiftUI library.",
"homepage": "https://github.com/frankfka/SwiftUIExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Frank Jia": "jiafrank98@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/frankfka/SwiftUIExt.git",
"tag": "0.0.1"
},
"source_files": "Sources/SwiftUIExt/**/*.swift",
"swift_version": "5.2"
}