[Add] THEOplayer-Integration-THEOlive 8.6.3
[CocoaPods.git] / Specs / e / f / 6 / EosioSwiftVaultSignatureProvider / 0.1.2 / EosioSwiftVaultSignatureProvider.podspec.json
blob567e16ec37a7c6dc1c35ed307fc13d8e1ff8d69a
2   "name": "EosioSwiftVaultSignatureProvider",
3   "version": "0.1.2",
4   "summary": "Experimental Keychain and Secure Enclave Signature Provider for Eosio SDK for Swift.",
5   "homepage": "https://github.com/EOSIO/eosio-swift-vault-signature-provider",
6   "license": {
7     "type": "MIT",
8     "text": "                           Copyright (c) 2017-2019 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     "Steve McCoole": "steve.mccoole@objectpartners.com",
16     "Ben Martell": "ben.martell@objectpartners.com"
17   },
18   "source": {
19     "git": "https://github.com/EOSIO/eosio-swift-vault-signature-provider.git",
20     "tag": "v0.1.2"
21   },
22   "swift_versions": "4.2",
23   "platforms": {
24     "ios": "11.3"
25   },
26   "source_files": [
27     "EosioSwiftVaultSignatureProvider/**/*.{c,h,m,cpp,hpp}",
28     "EosioSwiftVaultSignatureProvider/**/*.swift"
29   ],
30   "pod_target_xcconfig": {
31     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
32     "CLANG_ENABLE_MODULES": "YES",
33     "SWIFT_COMPILATION_MODE": "wholemodule",
34     "ENABLE_BITCODE": "YES"
35   },
36   "ios": {
37     "dependencies": {
38       "EosioSwiftEcc": [
39         "~> 0.1.2"
40       ],
41       "EosioSwift": [
42         "~> 0.1.2"
43       ],
44       "EosioSwiftVault": [
45         "~> 0.1.2"
46       ]
47     }
48   },
49   "swift_version": "4.2"