[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / c / FearlessUtils / 0.5.0 / FearlessUtils.podspec.json
blob2ff81053bd874143170cb2aae1bec6a6509c3bcf
2   "name": "FearlessUtils",
3   "version": "0.5.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.5.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "source_files": "FearlessUtils/Classes/**/*",
21   "dependencies": {
22     "IrohaCrypto/sr25519": [
23       "~> 0.7.0"
24     ],
25     "IrohaCrypto/ed25519": [
26       "~> 0.7.0"
27     ],
28     "IrohaCrypto/secp256k1": [
29       "~> 0.7.0"
30     ],
31     "IrohaCrypto/Scrypt": [
32       "~> 0.7.0"
33     ],
34     "TweetNacl": [
35       "~> 1.0.0"
36     ],
37     "BigInt": [
38       "~> 5.0"
39     ],
40     "xxHash-Swift": [
41       "~> 1.0.0"
42     ]
43   },
44   "testspecs": [
45     {
46       "name": "Tests",
47       "test_type": "unit",
48       "source_files": "Tests/**/*.swift",
49       "resources": [
50         "Tests/**/*.json"
51       ]
52     }
53   ]