[Add] TPNNendSDKAdapter 6.4.35
[CocoaPods.git] / Specs / 3 / 8 / 5 / ContextCodable.swift / 0.1.1 / ContextCodable.swift.podspec.json
blob3b95ba3cb78d587caa4acbaa8854342929938584
2   "name": "ContextCodable.swift",
3   "version": "0.1.1",
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.1"
17   },
18   "swift_versions": "5.4",
19   "module_name": "ContextCodable",
20   "platforms": {
21     "ios": "11.0",
22     "osx": "10.13",
23     "tvos": "11.0",
24     "watchos": "6.0"
25   },
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.13",
34         "tvos": "11.0"
35       },
36       "source_files": "Tests/ContextCodableTests/*.swift"
37     }
38   ],
39   "swift_version": "5.4"