blob: 9993f00dff9160162db20d602193fd84b6c37123 [file] [log] [blame]
{
"name": "SwiftValidator",
"version": "2.1.2",
"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/jpotts18/SwiftValidator.git",
"tag": "2.1.2"
},
"source_files": "Validator/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}