blob: 9207c401a214d0f50c345b0a3ebf7c2909eeb5d6 [file] [log] [blame]
{
"name": "US2FormValidator",
"version": "1.0.0",
"license": "MIT",
"summary": "A lightweight iOS form validation framework.",
"homepage": "https://github.com/ustwo/US2FormValidator",
"authors": {
"Martin Stolz": "martin@ustwo.co.uk"
},
"description": "This framework allows you to validate inputs of text fields and text views in a convenient way. Add your own validators and dependencies of validations.",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/ustwo/US2FormValidator.git",
"tag": "1.0.0"
},
"source_files": "US2FormValidationFramework/source/**/*.{h,m}",
"resources": "US2FormValidationFramework/source/Localization.bundle",
"requires_arc": false
}