4 "summary": "EOSIO SDK for Swift - API for integrating with EOSIO-based blockchains.",
5 "homepage": "https://github.com/EOSIO/eosio-swift",
8 "text": " Copyright (c) 2017-2020 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 "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"
21 "git": "https://github.com/EOSIO/eosio-swift.git",
24 "swift_versions": "5.0",
31 "source_files": "Sources/EosioSwift/**/*.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"
50 "name": "AbieosSerializationProvider",
51 "public_header_files": "Sources/Abieos/include/abieos.h",
53 "Sources/Abieos/**/*.{c,h,m,cpp,hpp}",
54 "Sources/EosioSwiftAbieosSerializationProvider/**/*.swift"
57 "Sources/EosioSwiftAbieosSerializationProvider/eosio.assert.abi.json",
58 "Sources/EosioSwiftAbieosSerializationProvider/transaction.abi.json"
62 "EosioSwift": "Sources/EosioSwiftAbieosSerializationProvider/*.abi.json"
71 "Sources/EosioSwiftAbieosSerializationProvider/transaction.abi.json",
72 "Sources/EosioSwiftAbieosSerializationProvider/eosio.assert.abi.json"
75 "pod_target_xcconfig": {
76 "CLANG_CXX_LANGUAGE_STANDARD": "gnu++17",
77 "CLANG_CXX_LIBRARY": "libc++",
78 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
79 "CLANG_ENABLE_MODULES": "YES",
80 "SWIFT_COMPILATION_MODE": "wholemodule",
81 "ENABLE_BITCODE": "YES"
87 "Sources/libtom/**/*.{c,h}",
88 "Sources/EosioSwiftEcc/**/*.swift"
90 "public_header_files": "Sources/libtom/libtomcrypt/headers/*.h",
91 "pod_target_xcconfig": {
92 "GCC_C_LANGUAGE_STANDARD": "c99",
93 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
94 "CLANG_ENABLE_MODULES": "YES",
95 "OTHER_SWIFT_FLAGS": "$(inherited) -DMP_NO_DEV_URANDOM -DLTM_DESC -DLTC_SOURCE -DLTC_NO_TEST",
96 "OTHER_CFLAGS": "$(inherited) -DMP_NO_DEV_URANDOM -DLTM_DESC -DLTC_SOURCE -DLTC_NO_TEST",
97 "SWIFT_COMPILATION_MODE": "wholemodule",
98 "ENABLE_BITCODE": "YES"
109 "name": "SoftkeySignatureProvider",
110 "source_files": "Sources/EosioSwiftSoftkeySignatureProvider/**/*.swift",
111 "pod_target_xcconfig": {
112 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
113 "CLANG_ENABLE_MODULES": "YES",
114 "SWIFT_COMPILATION_MODE": "wholemodule",
115 "ENABLE_BITCODE": "YES"
129 "swift_version": "5.0"