blob: 86fcb91ffe3190e370090b18141427af38e750d8 [file] [log] [blame]
{
"name": "ValidModel",
"version": "0.1.6",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"summary": "ValidModel empowers model validation and autogeneration.",
"description": "ValidModel enhances application models and makes data safer to handle and easier to reason about.\n\nIt provides a programming model that can:\n - confirm that given model instance contains correct values that application knows how to deal with.\n - generate new instance(s) of a model for easy testing, N times (whether you work on UI edge case or API is not available, it is just like an object from mock data, but autogenerated, N times).",
"homepage": "https://github.com/ReImpl/ValidModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kernel": "kernel@reimplement.mobi"
},
"source": {
"git": "https://github.com/ReImpl/ValidModel.git",
"tag": "0.1.6"
},
"swift_version": "4.2",
"requires_arc": true,
"subspecs": [
{
"name": "Base",
"source_files": "ValidModel/Classes/Base/**/*.{swift}"
},
{
"name": "Extended",
"dependencies": {
"ValidModel/Base": [
],
"Fakery": [
]
},
"source_files": "ValidModel/Classes/Extended/**/*.{swift}"
}
]
}