blob: 69a53de6512c3601c2e03976e26eae96252fd74e [file] [log] [blame]
{
"name": "FormValidatorSwift",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "License.md"
},
"summary": "A framework to validate inputs of text fields and text views in a convenient way.",
"homepage": "https://github.com/ustwo/formvalidator-swift",
"authors": {
"Shagun Madhikarmi": "shagun@ustwo.com",
"Aaron McTavish": "aamct@ustwo.com"
},
"source": {
"git": "https://github.com/ustwo/formvalidator-swift.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.3",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"resource_bundles": {
"FormValidatorSwift": "Sources/Resources/**/*.strings"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}