blob: 65a492fee0b4b21ce739f075c152ee15d08926cd [file] [log] [blame]
{
"name": "SwiftValidatorArabic",
"version": "5.1.0",
"summary": "A UITextField Validation library for Swift",
"homepage": "https://github.com/syk-yaman/SwiftValidator",
"screenshots": "https://raw.githubusercontent.com/jpotts18/SwiftValidator/master/swift-validator-v2.gif",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Yaman Kalaji": "syk.yaman@gmail.com"
},
"social_media_url": "http://twitter.com/yrkalaji",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/syk-yaman/SwiftValidator.git",
"tag": "5.1.0"
},
"source_files": "SwiftValidator/**/*.swift",
"exclude_files": "Validator/AppDelegate.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}