blob: 028469e6518e889339ade95cb3468cd12f023a3c [file] [log] [blame]
{
"name": "AnyValidator",
"version": "1.0.2",
"summary": "Rule based input validation for iOS, macOS, watchOS, Linux",
"description": "Rule based input validation library written in Swift. Object/Struct validation.",
"homepage": "https://github.com/smbhuin/Validator",
"screenshots": "https://raw.githubusercontent.com/smbhuin/Validator/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Soumen Bhuin": "smbhuin@live.com"
},
"source": {
"git": "https://github.com/smbhuin/Validator.git",
"tag": "1.0.2"
},
"cocoapods_version": ">= 1.4.0",
"swift_versions": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Sources/Validator/**/*.swift",
"swift_version": "4.2"
}