[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 6 / 2 / 1 / SubstrateClientSwift / 1.0.0 / SubstrateClientSwift.podspec.json
blob180dd503800a536abe487c404b403ac5bbdc28d4
2   "name": "SubstrateClientSwift",
3   "version": "1.0.0",
4   "summary": "Pure Swift client library for Substrate.",
5   "homepage": "https://github.com/sublabdev/SubstrateClientSwift",
6   "license": {
7     "type": "Apache 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Substrate Laboratory LLC": "info@sublab.dev"
12   },
13   "source": {
14     "git": "https://github.com/sublabdev/substrate-client-swift.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "13.0"
19   },
20   "source_files": "SubstrateClientSwift/Classes/**/*",
21   "dependencies": {
22     "CommonSwift": [
23       "~> 1.0.0"
24     ],
25     "HashingSwift": [
26       "~> 1.0.0"
27     ],
28     "EncryptingSwift": [
29       "~> 1.0.0"
30     ],
31     "ScaleCodecSwift": [
32       "~> 1.0.0"
33     ],
34     "BigInt": [
35       "~> 5.0.0"
36     ]
37   }