2 "name": "EosioSwiftEcc",
4 "summary": "Elliptical Curve Cryptography (ECC) functions for EOSIO.",
5 "homepage": "https://github.com/EOSIO/eosio-swift-ecc",
8 "text": " Copyright (c) 2017-2019 block.one and its contributors. All rights reserved.\n"
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"
19 "git": "https://github.com/EOSIO/eosio-swift-ecc.git",
22 "swift_version": "4.2",
27 "EosioSwiftEcc/**/*.{c,h,m,cpp,hpp}",
28 "EosioSwiftEcc/**/*.swift"
31 "pod_target_xcconfig": {
32 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
33 "CLANG_CXX_LIBRARY": "libc++",
34 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
35 "CLANG_ENABLE_MODULES": "YES",
36 "SWIFT_COMPILATION_MODE": "wholemodule",
37 "ENABLE_BITCODE": "YES"
41 "GRKOpenSSLFramework": [