[Add] AssentifySdk 0.0.42
[CocoaPods.git] / Specs / d / 4 / 9 / SoraCrypto / 0.2.0 / SoraCrypto.podspec.json
blob922a9c49d34b894ffac214a4a725ca9e4e0bedd5
2   "name": "SoraCrypto",
3   "version": "0.2.0",
4   "summary": "Library contains cryptography related implementation for Sora plaform.",
5   "homepage": "https://github.com/soramitsu",
6   "license": {
7     "type": "GPL 3.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ERussel": "emkil.russel@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/soramitsu/crypto-iOS.git",
15     "tag": "0.2.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "swift_versions": "5.0",
21   "pod_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
23     "VALID_ARCHS": "x86_64 armv7 arm64"
24   },
25   "source_files": "SoraCrypto/Classes/**/*",
26   "dependencies": {
27     "IrohaCrypto/Iroha": [
28       "~> 0.7.0"
29     ],
30     "SoraDocuments": [
32     ]
33   },
34   "testspecs": [
35     {
36       "name": "Tests",
37       "test_type": "unit",
38       "source_files": "Tests/**/*"
39     }
40   ],
41   "swift_version": "5.0"