[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 9 / f / ScaleCodec / 0.1.1 / ScaleCodec.podspec.json
blob8f946904a627efd71e3088074915ce7c7e2a9337
2   "name": "ScaleCodec",
3   "version": "0.1.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.1.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   ],
29   "module_name": "ScaleCodec",
30   "source_files": "Sources/ScaleCodec/**/*.swift",
31   "dependencies": {
32     "BigInt": [
33       "~> 5.2"
34     ]
35   },
36   "testspecs": [
37     {
38       "name": "Tests",
39       "test_type": "unit",
40       "platforms": {
41         "ios": "9.0",
42         "osx": "10.10",
43         "tvos": "9.0"
44       },
45       "source_files": "Tests/ScaleCodecTests/**/*.swift"
46     }
47   ],
48   "swift_version": "5.2"