Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
i5hi committed Jan 25, 2024
1 parent 0d4744d commit 81f776a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions ios/boltz_dart.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ fi
#
Pod::Spec.new do |s|
s.name = 'boltz_dart'
s.version = '0.0.1'
s.summary = 'A new Flutter FFI plugin project.'
s.version = '0.1.1'
s.summary = 'A boltz swap client.'
s.description = <<-DESC
A new Flutter FFI plugin project.
A boltz swap client
DESC
s.homepage = 'http://example.com'
s.homepage = 'http://github.com/SatoshiPortal'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.author = { 'SatoshiPortal' => 'ishi@satoshiportal.com' }

# This will ensure the source files in Classes/ are included in the native
# builds of apps using this FFI plugin. Podspec does not support relative
Expand Down
11 changes: 5 additions & 6 deletions macos/boltz_dart.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,14 @@ fi
#
Pod::Spec.new do |s|
s.name = 'boltz_dart'
s.version = '0.0.1'
s.summary = 'A new Flutter FFI plugin project.'
s.version = '0.1.1'
s.summary = 'A boltz swap client.'
s.description = <<-DESC
A new Flutter FFI plugin project.
A boltz swap client
DESC
s.homepage = 'http://example.com'
s.homepage = 'http://github.com/SatoshiPortal'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => '[email protected]' }

s.author = { 'SatoshiPortal' => '[email protected]' }
# This will ensure the source files in Classes/ are included in the native
# builds of apps using this FFI plugin. Podspec does not support relative
# paths, so Classes contains a forwarder C file that relatively imports
Expand Down
2 changes: 1 addition & 1 deletion rust/android.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Setup jniLibs directory
ROOT="target"
VERSION="0.1.0"
VERSION="0.1.1"
NAME="libboltz"
JNI_DIR=$ROOT/$NAME.$VERSION/jniLibs # final binaries stored here

Expand Down

0 comments on commit 81f776a

Please sign in to comment.