Skip to content

Commit

Permalink
Bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jurvis committed Apr 13, 2022
1 parent 5af0399 commit d4e3390
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions LibWally.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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

0 comments on commit d4e3390

Please sign in to comment.