[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / 9 / f / ScaleCodec / 0.3.1 / ScaleCodec.podspec.json
blob29794493e9900bc8bccad6b47020f4f8b023b72d
2   "name": "ScaleCodec",
3   "version": "0.3.1",
4   "summary": "SCALE codec implementation for Swift language",
5   "description": "SCALE codec implementation for Swift language. Supports all SCALE standard types.",
6   "homepage": "https://github.com/tesseract-one/ScaleCodec.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/ScaleCodec.swift.git",
16     "tag": "0.3.1"
17   },
18   "swift_versions": "5.4",
19   "module_name": "ScaleCodec",
20   "platforms": {
21     "ios": "11.0",
22     "osx": "10.13",
23     "tvos": "11.0",
24     "watchos": "6.0"
25   },
26   "source_files": "Sources/ScaleCodec/**/*.swift",
27   "dependencies": {
28     "Tuples": [
29       "~> 0.1.0"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "platforms": {
37         "ios": "11.0",
38         "osx": "10.13",
39         "tvos": "11.0"
40       },
41       "source_files": "Tests/ScaleCodecTests/**/*.swift"
42     }
43   ],
44   "swift_version": "5.4"