[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / f / 1 / c / FearlessUtils / 0.8.0 / FearlessUtils.podspec.json
blob0c71cbb290494fe5bfb2ad16b5295500f541bd53
2   "name": "FearlessUtils",
3   "version": "0.8.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.8.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.7.0"
29     ],
30     "IrohaCrypto/ed25519": [
31       "~> 0.7.0"
32     ],
33     "IrohaCrypto/secp256k1": [
34       "~> 0.7.0"
35     ],
36     "IrohaCrypto/Scrypt": [
37       "~> 0.7.0"
38     ],
39     "TweetNacl": [
40       "~> 1.0.0"
41     ],
42     "BigInt": [
43       "~> 5.0"
44     ],
45     "xxHash-Swift": [
46       "~> 1.0.0"
47     ]
48   },
49   "testspecs": [
50     {
51       "name": "Tests",
52       "test_type": "unit",
53       "source_files": "Tests/**/*.swift",
54       "resources": [
55         "Tests/**/*.json"
56       ]
57     }
58   ],
59   "swift_version": "5.0"