[Add] YIM 2.2.8
[CocoaPods.git] / Specs / 7 / 1 / e / ItlySchemaValidatorPlugin / 1.0.0 / ItlySchemaValidatorPlugin.podspec.json
blob58dd15d24b9ddc9542c0c9b64f6c7abae3c2ea6d
2   "name": "ItlySchemaValidatorPlugin",
3   "version": "1.0.0",
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.0.0"
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.0"
31     ]
32   },
33   "swift_versions": "5.3",
34   "testspecs": [
35     {
36       "name": "Tests",
37       "test_type": "unit",
38       "source_files": "SchemaValidatorPlugin/SchemaValidatorPluginTests/**/*.{h,swift}"
39     }
40   ],
41   "swift_version": "5.3"