From ad0cb28a0d56bc082c5c490ab9f60dcc066bbc9b Mon Sep 17 00:00:00 2001 From: TrustEng Date: Fri, 9 Jun 2023 12:28:01 +0200 Subject: [PATCH] [Add] TrustWalletCore 3.1.38 --- .../3.1.38/TrustWalletCore.podspec.json | 57 ++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 Specs/1/3/9/TrustWalletCore/3.1.38/TrustWalletCore.podspec.json diff --git a/Specs/1/3/9/TrustWalletCore/3.1.38/TrustWalletCore.podspec.json b/Specs/1/3/9/TrustWalletCore/3.1.38/TrustWalletCore.podspec.json new file mode 100644 index 000000000000..bf4b27a0d414 --- /dev/null +++ b/Specs/1/3/9/TrustWalletCore/3.1.38/TrustWalletCore.podspec.json @@ -0,0 +1,57 @@ +{ + "name": "TrustWalletCore", + "version": "3.1.38", + "summary": "Trust Wallet core data structures and algorithms.", + "homepage": "https://github.com/trustwallet/wallet-core", + "license": "MIT", + "authors": { + "Alejandro Isaza": "al@isaza.ca" + }, + "module_name": "WalletCore", + "platforms": { + "ios": "12.0", + "osx": "10.14" + }, + "swift_versions": "5.1", + "source": { + "http": "https://github.com/trustwallet/wallet-core/releases/download/3.1.38/TrustWalletCore-3.1.38.tar.xz" + }, + "default_subspecs": "Core", + "subspecs": [ + { + "name": "Types", + "source_files": [ + "Sources/Types/*.swift", + "Sources/Generated/Enums/*.swift", + "Sources/Generated/Protobuf/*.swift" + ], + "dependencies": { + "SwiftProtobuf": [ + + ] + } + }, + { + "name": "Core", + "vendored_frameworks": "*.xcframework", + "exclude_files": "Sources/Generated/WalletCore.h", + "source_files": [ + "include/**/*.h", + "Sources/*.{swift,h,m,cpp}", + "Sources/Extensions/*.swift", + "Sources/Generated/*.{swift,h}" + ], + "public_header_files": [ + "include/**/*.h", + "Sources/*.h" + ], + "libraries": "c++", + "dependencies": { + "TrustWalletCore/Types": [ + + ] + } + } + ], + "swift_version": "5.1" +} -- 2.11.4.GIT