Skip to content

Commit d4e3390

Browse files
committed
Bump to 0.0.7
1 parent 5af0399 commit d4e3390

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

LibWally.podspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
#
55

66
Pod::Spec.new do |spec|
7+
78
spec.name = "LibWally"
8-
spec.version = "0.0.1"
9+
spec.version = "0.0.7"
910
spec.summary = "Swift wrapper for LibWally."
1011
spec.description = "Swift wrapper for LibWally, a collection of useful primitives for cryptocurrency wallets."
1112
spec.homepage = "https://github.com/Sjors/libwally-swift"
@@ -19,9 +20,9 @@ Pod::Spec.new do |spec|
1920
spec.source = { :git => "https://github.com/Sjors/libwally-swift.git", :tag => "v#{spec.version}", :submodules => true }
2021

2122
spec.vendored_frameworks = "build/LibwallySwift.xcframework"
23+
2224
spec.preserve_paths = "build/LibwallySwift.xcframework"
2325

2426
spec.prepare_command = './build-libwally.sh -sdc'
25-
2627
spec.cocoapods_version = '>= 1.10.0'
2728
end

0 commit comments

Comments
 (0)