[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 1 / a / SubstrateSdk / 1.4.0 / SubstrateSdk.podspec.json
blobab42d512aba0b526e5d484a385a310be7912edb5
2   "name": "SubstrateSdk",
3   "version": "1.4.0",
4   "summary": "Utility library that implements clients specific logic to interact with substrate based networks",
5   "homepage": "https://github.com/nova-wallet/substrate-sdk-ios",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ERussel": "ruslan@novawallet.io"
12   },
13   "source": {
14     "git": "https://github.com/nova-wallet/substrate-sdk-ios.git",
15     "tag": "1.4.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "11.0"
20   },
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
23     "VALID_ARCHS": "x86_64 armv7 arm64"
24   },
25   "source_files": "SubstrateSdk/Classes/**/*",
26   "dependencies": {
27     "IrohaCrypto/sr25519": [
28       "~> 0.9.0"
29     ],
30     "IrohaCrypto/ed25519": [
31       "~> 0.9.0"
32     ],
33     "IrohaCrypto/secp256k1": [
34       "~> 0.9.0"
35     ],
36     "IrohaCrypto/Scrypt": [
37       "~> 0.9.0"
38     ],
39     "IrohaCrypto/ss58": [
40       "~> 0.9.0"
41     ],
42     "ReachabilitySwift": [
43       "~> 5.0"
44     ],
45     "RobinHood": [
46       "~> 2.6.0"
47     ],
48     "Starscream": [
50     ],
51     "TweetNacl": [
52       "~> 1.0.0"
53     ],
54     "BigInt": [
55       "~> 5.0"
56     ],
57     "xxHash-Swift": [
58       "~> 1.0.0"
59     ],
60     "keccak.c": [
61       "~> 0.1.0"
62     ]
63   },
64   "testspecs": [
65     {
66       "name": "Tests",
67       "test_type": "unit",
68       "source_files": "Tests/**/*.swift",
69       "resources": [
70         "Tests/**/*.json",
71         "Tests/**/*-metadata"
72       ]
73     }
74   ],
75   "swift_version": "5.0"