blob: 9ae460ffe46f6c8e1f174e0e2467fcc9100bcfcf [file] [log] [blame]
{
"name": "QuanderSwiftValidator",
"version": "5.0.0",
"summary": "A UITextField Validation library for Swift",
"homepage": "https://github.com/Quander/SwiftValidator.git",
"screenshots": "https://raw.githubusercontent.com/jpotts18/SwiftValidator/master/swift-validator-v2.gif",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Jeff Potter": "jeff.potter6@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Quander/SwiftValidator.git",
"tag": "5.0.0"
},
"source_files": "SwiftValidator/**/*.swift",
"exclude_files": "Validator/AppDelegate.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}