blob: 5addb078dcffa37dddc0e99717ed8e86471e4baf [file] [log] [blame]
{
"name": "TIFormInputView",
"version": "0.2.0",
"summary": "Extended input view for the form with additional validation (step-by-step) and error handling.",
"swift_version": "4.2",
"description": "Extended input view with animated title, text field, error text and additional fields to indicate whether the individual validation steps have been met.",
"homepage": "https://github.com/wachus77/TIFormInputView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomasz Iwaszek": "wachus77@gmail.com"
},
"source": {
"git": "https://github.com/wachus77/TIFormInputView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TIFormInputView/Classes/**/*",
"resource_bundles": {
"TIFormInputView": [
"TIFormInputView/Classes/**/*.{xib,xcassets,json,imageset,png}"
]
}
}