From d4e3390a94e468f24c3b8b023883e59e0e930cc4 Mon Sep 17 00:00:00 2001 From: Jurvis Tan <5944973+jurvis@users.noreply.github.com> Date: Tue, 12 Apr 2022 22:41:24 -0700 Subject: [PATCH] Bump to 0.0.7 --- LibWally.podspec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/LibWally.podspec b/LibWally.podspec index a7e6cdd6..7faa6828 100644 --- a/LibWally.podspec +++ b/LibWally.podspec @@ -4,8 +4,9 @@ # Pod::Spec.new do |spec| + spec.name = "LibWally" - spec.version = "0.0.1" + spec.version = "0.0.7" spec.summary = "Swift wrapper for LibWally." spec.description = "Swift wrapper for LibWally, a collection of useful primitives for cryptocurrency wallets." spec.homepage = "https://github.com/Sjors/libwally-swift" @@ -19,9 +20,9 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/Sjors/libwally-swift.git", :tag => "v#{spec.version}", :submodules => true } spec.vendored_frameworks = "build/LibwallySwift.xcframework" + spec.preserve_paths = "build/LibwallySwift.xcframework" spec.prepare_command = './build-libwally.sh -sdc' - spec.cocoapods_version = '>= 1.10.0' end