blob: 223e5e29b6bae69ab48aa32ed1725498a30b48a5 [file] [log] [blame]
{
"name": "SwiftUITextField",
"version": "1.0",
"summary": "TextField written in SwiftUI with validation capabilities.",
"description": "TextField written in SwiftUI with validation capabilities. Check the example project for all the configurations possible.",
"homepage": "https://github.com/nishiths23/SwiftUITextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nishith Singh": "nishithsingh23@ymail.com"
},
"source": {
"git": "https://github.com/nishiths23/SwiftUITextField.git",
"tag": "1.0"
},
"platforms": {
"ios": "13.0"
},
"source_files": "SwiftUITextField/Classes/**/*",
"swift_versions": "5.2",
"swift_version": "5.2"
}