blob: 5f78995125e9c47229e7a051ae7127fa3dd04f77 [file] [log] [blame]
{
"name": "SBValidator",
"version": "3.0.0",
"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/SBValidator",
"screenshots": "https://raw.githubusercontent.com/smbhuin/SBValidator/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Soumen Bhuin": "smbhuin@live.com"
},
"source": {
"git": "https://github.com/smbhuin/SBValidator.git",
"tag": "3.0.0"
},
"cocoapods_version": ">= 1.4.0",
"swift_versions": "5.2",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"swift_version": "5.2"
}