[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / c / FearlessUtils / 0.1.0 / FearlessUtils.podspec.json
blob79ce155ec5c7ad2e436aac08a3b4b54d0eaa3479
2   "name": "FearlessUtils",
3   "version": "0.1.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.1.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "source_files": "FearlessUtils/Classes/**/*",
21   "dependencies": {
22     "IrohaCrypto/sr25519": [
23       "~> 0.4.0"
24     ],
25     "BigInt": [
26       "~> 5.0"
27     ],
28     "xxHash-Swift": [
29       "~> 1.0.0"
30     ]
31   },
32   "testspecs": [
33     {
34       "name": "Tests",
35       "test_type": "unit",
36       "source_files": "Tests/**/*.swift"
37     }
38   ]