[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / 1 / ScaleCodecSwift / 1.0.0 / ScaleCodecSwift.podspec.json
blob292cc10b4b6507de37762d8ff1483cde1c8dd08c
2   "name": "ScaleCodecSwift",
3   "version": "1.0.0",
4   "summary": "Pure Swift library for Substrate's SCALE codec.",
5   "homepage": "https://github.com/sublabdev/scale-codec-swift",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Substrate Laboratory": "info@sublab.dev"
12   },
13   "source": {
14     "git": "https://github.com/sublabdev/scale-codec-swift.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "source_files": "ScaleCodecSwift/Classes/**/*",
21   "dependencies": {
22     "CommonSwift": [
23       "~> 1.0.0"
24     ],
25     "BigInt": [
26       "~> 5.0.0"
27     ]
28   }