We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af0399 commit d4e3390Copy full SHA for d4e3390
LibWally.podspec
@@ -4,8 +4,9 @@
4
#
5
6
Pod::Spec.new do |spec|
7
+
8
spec.name = "LibWally"
- spec.version = "0.0.1"
9
+ spec.version = "0.0.7"
10
spec.summary = "Swift wrapper for LibWally."
11
spec.description = "Swift wrapper for LibWally, a collection of useful primitives for cryptocurrency wallets."
12
spec.homepage = "https://github.com/Sjors/libwally-swift"
@@ -19,9 +20,9 @@ Pod::Spec.new do |spec|
19
20
spec.source = { :git => "https://github.com/Sjors/libwally-swift.git", :tag => "v#{spec.version}", :submodules => true }
21
22
spec.vendored_frameworks = "build/LibwallySwift.xcframework"
23
24
spec.preserve_paths = "build/LibwallySwift.xcframework"
25
26
spec.prepare_command = './build-libwally.sh -sdc'
-
27
spec.cocoapods_version = '>= 1.10.0'
28
end
0 commit comments