blob: a59bc8e6539b391d96696649576971ddbbca6f74 [file] [log] [blame]
{
"name": "ValidateKit",
"version": "1.0.0",
"summary": "ValidateKit is a framework for validating data of model.",
"homepage": "https://github.com/redwerk/ValidateKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Volodymyr Sakhan": "info@redwerk.com"
},
"source": {
"git": "https://github.com/redwerk/ValidateKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"swift_version": "5.1"
}