blob: 73efb3d867ae9528d156452df84bd9e70092cb23 [file] [log] [blame]
{
"name": "MaterialForm",
"version": "0.9.4",
"summary": "Material UI Text Field for iOS and tvOS. Easy to use from IB.",
"description": "Defines reusable and observable Material text field component for iOS and tvOS. Easy to use from IB.",
"homepage": "https://github.com/GirAppe/MaterialForm.git",
"screenshots": [
"https://raw.githubusercontent.com/GirAppe/MaterialForm/0.9.4/material-form-light.gif",
"https://raw.githubusercontent.com/GirAppe/MaterialForm/0.9.4/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.9.4"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"preserve_paths": "*",
"swift_versions": [
"5.0",
"5.1.2"
],
"source_files": "Sources/MaterialForm/**/*",
"frameworks": "UIKit",
"swift_version": "5.1.2"
}