blob: a660af56e0906821db81926ef4ee19af7b755f89 [file] [log] [blame]
{
"name": "SwiftUITextField",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "13.0"
},
"source_files": "SwiftUITextField/Classes/**/*",
"swift_versions": "5.2",
"swift_version": "5.2"
}