blob: d0b8dc5390e43c2bc4f45c0ae96b86bf3ba946f6 [file] [log] [blame]
{
"name": "ValidationComponents",
"version": "0.3.0",
"summary": "Lightweight framework for input validation",
"description": "Validation Components is designed to be a lightweight framework specialised in user data validation, such as email format, input length or passwords matching.",
"homepage": "https://github.com/nsagora/validation-components",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Alex Cristea": "alex@thinslices.com"
},
"source": {
"git": "https://github.com/nsagora/validation-components.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/nsagora",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/*.swift",
"dependencies": {
"ValidationToolkit": [
"~> 0.4.1"
]
},
"pushed_with_swift_version": "3.0"
}