[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / 5 / ContextCodable.swift / 0.1.0 / ContextCodable.swift.podspec.json
blob62e395bd76d849c261b52fb0de58677db6df7b17
2   "name": "ContextCodable.swift",
3   "version": "0.1.0",
4   "summary": "Backport of CodableWithConfiguration to old OS versions and Linux",
5   "description": "CodableWithConfiguration ported to older versions of Apple operating systems and Linux",
6   "homepage": "https://github.com/tesseract-one/ContextCodable.swift",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tesseract Systems, Inc.": "info@tesseract.one"
13   },
14   "source": {
15     "git": "https://github.com/tesseract-one/ContextCodable.swift.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "10.12",
21     "tvos": "11.0",
22     "watchos": "4.0"
23   },
24   "swift_versions": "5.4",
25   "module_name": "ContextCodable",
26   "source_files": "Sources/ContextCodable/**/*.swift",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "platforms": {
32         "ios": "11.0",
33         "osx": "10.12",
34         "tvos": "11.0"
35       },
36       "source_files": "Tests/ContextCodableTests/*.swift"
37     }
38   ],
39   "swift_version": "5.4"