blob: 73d169c35cc327a75a853c5b7d6e5b5c44baea4e [file] [log] [blame]
{
"name": "Swift_Validator",
"version": "2.0.3",
"summary": "A UITextField Validation library for Swift",
"homepage": "https://github.com/jpotts18/swift-validator",
"screenshots": "https://raw.githubusercontent.com/jpotts18/swift-validator/master/swift-validator-v2.gif",
"license": {
"type": "Apache 2.0",
"file": "LICENCE.txt"
},
"authors": {
"Jeff": "jeff.potter6@gmail.com"
},
"social_media_url": "http://twitter.com/jpotts18",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/asotog/swift-validator.git",
"tag": "2.0.3"
},
"source_files": "Validator/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}