[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / c / FearlessUtils / 0.2.0 / FearlessUtils.podspec.json
blob9e29c2d76ec3ff1a28382231086975061e7e3525
2   "name": "FearlessUtils",
3   "version": "0.2.0",
4   "summary": "Utility library that implements clients specific logic to interact with substrate based networks",
5   "homepage": "https://github.com/soramitsu/fearless-utils-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ERussel": "rezin@soramitsu.co.jp"
12   },
13   "source": {
14     "git": "https://github.com/soramitsu/fearless-utils-iOS.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "source_files": "FearlessUtils/Classes/**/*",
21   "dependencies": {
22     "IrohaCrypto/sr25519": [
23       "~> 0.5.0"
24     ],
25     "IrohaCrypto/ed25519": [
26       "~> 0.5.0"
27     ],
28     "IrohaCrypto/secp256k1": [
29       "~> 0.5.0"
30     ],
31     "BigInt": [
32       "~> 5.0"
33     ],
34     "xxHash-Swift": [
35       "~> 1.0.0"
36     ]
37   },
38   "testspecs": [
39     {
40       "name": "Tests",
41       "test_type": "unit",
42       "source_files": "Tests/**/*.swift",
43       "resources": [
44         "Tests/**/*.json"
45       ]
46     }
47   ]