blob: 97b995c183ad73b5df262a15fbec075ebc3a6c0e [file] [log] [blame]
{
"name": "EGFormValidator",
"version": "0.3.1",
"summary": "A simple form validation library written in Swift 3.0.",
"description": "The EGFormValidator framework allows you to validate any input field in a convenient way and to display error absolutely anywhere you want.",
"homepage": "https://github.com/alusev/EGFormValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeny Gushchin": "latenal@gmail.com"
},
"source": {
"git": "https://github.com/alusev/EGFormValidator.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}