[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / e / ItlySchemaValidatorPlugin / 1.2.1 / ItlySchemaValidatorPlugin.podspec.json
blob5a2db520b2f1daa262aada34e8ed1b2655ed2869
2   "name": "ItlySchemaValidatorPlugin",
3   "version": "1.2.1",
4   "summary": "Iteratively Schema Validator Plugin",
5   "description": "Schema validation plugin for Iteratively SDK (Swift & Objective-C)",
6   "homepage": "https://iterative.ly",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Iteratively": "support@iterative.ly",
13     "Justin Fiedler": "justin@iterative.ly",
14     "Konstantin Dorogan": "sayd3x@users.noreply.github.com"
15   },
16   "source": {
17     "git": "https://github.com/iterativelyhq/itly-sdk-ios.git",
18     "tag": "v1.2.1"
19   },
20   "platforms": {
21     "ios": "11.0"
22   },
23   "source_files": "SchemaValidatorPlugin/SchemaValidatorPlugin/**/*.{h,swift}",
24   "frameworks": "Foundation",
25   "dependencies": {
26     "DSJSONSchemaValidation": [
27       "~> 2.0.0"
28     ],
29     "ItlySdk": [
30       "~> 1.0"
31     ]
32   },
33   "swift_versions": "5.3",
34   "pod_target_xcconfig": {
35     "DEFINES_MODULE": "YES"
36   },
37   "testspecs": [
38     {
39       "name": "Tests",
40       "test_type": "unit",
41       "source_files": "SchemaValidatorPlugin/SchemaValidatorPluginTests/**/*.{h,swift}"
42     }
43   ],
44   "swift_version": "5.3"