blob: 604cb21ea7af8e5d65fbe45baf8d8322ba8bfdc5 [file] [log] [blame]
{
"name": "MaterialForm",
"version": "0.0.2",
"summary": "Material UI Text Field for both UIKit (iOS 10+) and SwiftUI (iOS 13+).",
"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/MaterialForm.git",
"screenshots": [
"https://raw.githubusercontent.com/GirAppe/MaterialForm/0.0.1/material-form-light.gif",
"https://raw.githubusercontent.com/GirAppe/MaterialForm/0.0.1/material-form-dark.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrzej Michnia": "amichnia@gmail.com"
},
"source": {
"git": "https://github.com/GirAppe/MaterialForm.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "10.0",
"tvos": "11.0"
},
"preserve_paths": "*",
"swift_versions": "5.0",
"source_files": "Sources/MaterialForm/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}