[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 4 / f / d / ValidModel / 0.1.1 / ValidModel.podspec.json
blobc3a3ec8dc23ab46d2d3b5b4d0e5380f7961f3271
2   "name": "ValidModel",
3   "version": "0.1.1",
4   "platforms": {
5     "ios": "8.0",
6     "osx": "10.9",
7     "tvos": "9.0"
8   },
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",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "kernel": "kernel@reimplement.mobi"
18   },
19   "source": {
20     "git": "https://github.com/ReImpl/ValidModel.git",
21     "tag": "0.1.1"
22   },
23   "swift_version": "4.1",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Base",
28       "source_files": "ValidModel/Classes/Base/**/*.{swift}"
29     },
30     {
31       "name": "Extended",
32       "dependencies": {
33         "ValidModel/Base": [
35         ],
36         "Fakery": [
38         ]
39       },
40       "source_files": "ValidModel/Classes/Extended/**/*.{swift}"
41     }
42   ]