[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 9 / f / ScaleCodec / 0.2.1 / ScaleCodec.podspec.json
bloba61d2cf75fa732f1193295f110f5e1dd76302412
2   "name": "ScaleCodec",
3   "version": "0.2.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/swift-scale-codec",
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/swift-scale-codec.git",
16     "tag": "0.2.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "swift_versions": [
25     "5",
26     "5.1",
27     "5.2",
28     "5.3",
29     "5.4"
30   ],
31   "module_name": "ScaleCodec",
32   "source_files": "Sources/ScaleCodec/**/*.swift",
33   "dependencies": {
34     "BigInt": [
35       "~> 5.2"
36     ]
37   },
38   "testspecs": [
39     {
40       "name": "Tests",
41       "test_type": "unit",
42       "platforms": {
43         "ios": "9.0",
44         "osx": "10.10",
45         "tvos": "9.0"
46       },
47       "source_files": "Tests/ScaleCodecTests/**/*.swift"
48     }
49   ],
50   "swift_version": "5.4"