[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / b / 7 / EosioSwiftVault / 1.0.0 / EosioSwiftVault.podspec.json
blob9af15374d4e54f1650fbd046593d2db9b721d076
2   "name": "EosioSwiftVault",
3   "version": "1.0.0",
4   "summary": "Keychain and Secure Enclave functions for EOSIO.",
5   "homepage": "https://github.com/EOSIO/eosio-swift-vault",
6   "license": {
7     "type": "MIT",
8     "text": "                           Copyright (c) 2017-2020 block.one and its contributors.  All rights reserved.\n"
9   },
10   "authors": {
11     "Todd Bowden": "todd.bowden@block.one",
12     "Serguei Vinnitskii": "serguei.vinnitskii@block.one",
13     "Farid Rahmani": "farid.rahmani@block.one",
14     "Brandon Fancher": "brandon.fancher@block.one",
15     "Mark Johnson": "mark.johnson@block.one",
16     "Paul Kim": "paul.kim@block.one",
17     "Steve McCoole": "steve.mccoole@objectpartners.com",
18     "Ben Martell": "ben.martell@objectpartners.com"
19   },
20   "source": {
21     "git": "https://github.com/EOSIO/eosio-swift-vault.git",
22     "tag": "1.0.0"
23   },
24   "swift_versions": "5.0",
25   "platforms": {
26     "ios": "12.0"
27   },
28   "subspecs": [
29     {
30       "name": "Vault",
31       "source_files": "Sources/EosioSwiftVault/**/*.swift",
32       "pod_target_xcconfig": {
33         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
34         "CLANG_ENABLE_MODULES": "YES",
35         "SWIFT_COMPILATION_MODE": "wholemodule",
36         "ENABLE_BITCODE": "YES"
37       },
38       "ios": {
39         "dependencies": {
40           "EosioSwift/Core": [
41             "~> 1.0.0"
42           ],
43           "EosioSwift/Ecc": [
44             "~> 1.0.0"
45           ]
46         }
47       }
48     },
49     {
50       "name": "VaultSignatureProvider",
51       "source_files": "Sources/EosioSwiftVaultSignatureProvider/**/*.swift",
52       "pod_target_xcconfig": {
53         "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
54         "CLANG_ENABLE_MODULES": "YES",
55         "SWIFT_COMPILATION_MODE": "wholemodule",
56         "ENABLE_BITCODE": "YES"
57       },
58       "ios": {
59         "dependencies": {
60           "EosioSwift/Core": [
61             "~> 1.0.0"
62           ],
63           "EosioSwift/Ecc": [
64             "~> 1.0.0"
65           ],
66           "EosioSwiftVault/Vault": [
68           ]
69         }
70       }
71     }
72   ],
73   "swift_version": "5.0"