blob: df643f0abb8f42e5e5a2ceff5ded9f51a267cc9a [file] [log] [blame]
{
"name": "MaterialFormSwiftUI",
"version": "0.9.6",
"summary": "Material UI Text Field wrapper for SwiftUI.",
"description": "Defines reusable and observable Material text field component, that works both with UIKit (iOS 10+) and SwiftUI (iOS 13+).",
"homepage": "https://github.com/GirAppe/MaterialFormSwiftUI.git",
"screenshots": [
"https://raw.githubusercontent.com/GirAppe/MaterialFormSwiftUI/0.9.6/material-form-light.gif",
"https://raw.githubusercontent.com/GirAppe/MaterialFormSwiftUI/0.9.6/material-form-dark.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrzej Michnia": "amichnia@gmail.com"
},
"source": {
"git": "https://github.com/GirAppe/MaterialFormSwiftUI.git",
"tag": "0.9.6"
},
"platforms": {
"ios": "13.0",
"tvos": "13.0"
},
"preserve_paths": "*",
"swift_versions": [
"5.0",
"5.1.2",
"5.2.2"
],
"source_files": "Sources/MaterialFormSwiftUI/**/*",
"frameworks": [
"UIKit",
"SwiftUI"
],
"dependencies": {
"MaterialForm": [
]
},
"swift_version": "5.2.2"
}