blob: d93ba9a55e40d9b1d1ab4c30e71948f8e2f2d248 [file] [log] [blame]
{
"name": "SwiftValidatorNew",
"version": "4.1.0",
"summary": "A UITextField Validation library for Swift",
"homepage": "https://github.com/jpotts18/SwiftValidator",
"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"
},
"social_media_url": "http://twitter.com/jpotts18",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/yogevbar/SwiftValidator.git",
"tag": "4.1.0"
},
"source_files": "SwiftValidator/**/*.swift",
"exclude_files": "Validator/AppDelegate.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"swift_version": "4.2"
}