[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / f / 1 / c / FearlessUtils / 0.11.0 / FearlessUtils.podspec.json
blob878369ce75cdac092ea68da14fb604dc6a881466
2   "name": "FearlessUtils",
3   "version": "0.11.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.11.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": "FearlessUtils/Classes/**/*",
26   "dependencies": {
27     "IrohaCrypto/sr25519": [
28       "~> 0.8.0"
29     ],
30     "IrohaCrypto/ed25519": [
31       "~> 0.8.0"
32     ],
33     "IrohaCrypto/secp256k1": [
34       "~> 0.8.0"
35     ],
36     "IrohaCrypto/Scrypt": [
37       "~> 0.8.0"
38     ],
39     "IrohaCrypto/ss58": [
40       "~> 0.8.0"
41     ],
42     "TweetNacl": [
43       "~> 1.0.0"
44     ],
45     "BigInt": [
46       "~> 5.0"
47     ],
48     "xxHash-Swift": [
49       "~> 1.0.0"
50     ]
51   },
52   "testspecs": [
53     {
54       "name": "Tests",
55       "test_type": "unit",
56       "source_files": "Tests/**/*.swift",
57       "resources": [
58         "Tests/**/*.json",
59         "Tests/**/*-metadata"
60       ]
61     }
62   ],
63   "swift_version": "5.0"