[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / e / 6 / 3 / Substrate / 0.1.0 / Substrate.podspec.json
blob4cb5c041f86812f11808ad8af5d362a6864a5c34
2   "name": "Substrate",
3   "version": "0.1.0",
4   "summary": "Swift SDK for Polkadot and other Substrate-based chains",
5   "homepage": "https://github.com/tesseract-one/Substrate.swift",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Tesseract Systems, Inc.": "info@tesseract.one"
12   },
13   "source": {
14     "git": "https://github.com/tesseract-one/Substrate.swift.git",
15     "tag": "0.1.0"
16   },
17   "module_name": "Substrate",
18   "swift_versions": "5.7",
19   "platforms": {
20     "ios": "14.0",
21     "osx": "11.0",
22     "tvos": "14.0",
23     "watchos": "7.0"
24   },
25   "source_files": "Sources/Substrate/**/*.swift",
26   "dependencies": {
27     "Blake2": [
28       "~> 0.2.0"
29     ],
30     "ScaleCodec": [
31       "~> 0.3.1"
32     ],
33     "Tuples": [
34       "~> 0.1.0"
35     ],
36     "ContextCodable.swift": [
37       "~> 0.1.0"
38     ],
39     "xxHash": [
40       "~> 0.1.0"
41     ],
42     "Serializable.swift": [
43       "~> 0.3.1"
44     ],
45     "Numberick": [
46       "~> 0.16.0"
47     ]
48   },
49   "testspecs": [
50     {
51       "name": "SubstrateTests",
52       "test_type": "unit",
53       "platforms": {
54         "ios": "14.0",
55         "osx": "11.0",
56         "tvos": "14.0"
57       },
58       "source_files": "Tests/SubstrateTests/**/*.swift",
59       "resources": "Tests/SubstrateTests/Resources"
60     }
61   ],
62   "swift_version": "5.7"