blob: 43b160a6382651df3c764d0e81c2b8930b58e1a7 [file] [log] [blame]
{
"name": "ValidationToolkit",
"version": "0.4.0",
"summary": "Lightweight framework for input validation written in Swift",
"description": "Validation Toolkit is designed to be a lightweight framework specialised in user data validation, such as email format, input length or passwords matching, for Swift projects.",
"homepage": "https://github.com/nsagora/validation-toolkit",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Alex Cristea": "alex@thinslices.com"
},
"source": {
"git": "https://github.com/nsagora/validation-toolkit.git",
"tag": "0.4.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",
"pushed_with_swift_version": "3.0"
}