9 "summary": "ValidModel empowers model validation and autogeneration.",
10 "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).",
11 "homepage": "https://github.com/ReImpl/ValidModel",
17 "kernel": "kernel@reimplement.mobi"
20 "git": "https://github.com/ReImpl/ValidModel.git",
23 "swift_version": "4.1",
28 "source_files": "ValidModel/Classes/Base/**/*.{swift}"
40 "source_files": "ValidModel/Classes/Extended/**/*.{swift}"