blob: dd38c2f72418e61a78522865eb639f62feb79379 [file] [log] [blame]
{
"name": "Validatr",
"version": "1.0.0",
"summary": "Swift 5 library for validating UITextField",
"description": "Provides a set of validation methods and a functional approach to run validation on the text within UITextField",
"homepage": "https://github.com/arosenb2/Validatr",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron Rosenbaum": "aaron.rosenbaum@gmail.com"
},
"source": {
"git": "https://github.com/arosenb2/Validatr.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/aaronrosenbaum",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "Validatr/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "5.0"
}