From 81f776ae0536fb941a820d39175ecd64a631b797 Mon Sep 17 00:00:00 2001 From: i5hi Date: Thu, 25 Jan 2024 17:10:53 +0530 Subject: [PATCH] Updated podspec --- ios/boltz_dart.podspec | 10 +++++----- macos/boltz_dart.podspec | 11 +++++------ rust/android.sh | 2 +- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/ios/boltz_dart.podspec b/ios/boltz_dart.podspec index 24d8f69..63be672 100644 --- a/ios/boltz_dart.podspec +++ b/ios/boltz_dart.podspec @@ -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 diff --git a/macos/boltz_dart.podspec b/macos/boltz_dart.podspec index 244eb06..fa77d74 100644 --- a/macos/boltz_dart.podspec +++ b/macos/boltz_dart.podspec @@ -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@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 # paths, so Classes contains a forwarder C file that relatively imports diff --git a/rust/android.sh b/rust/android.sh index c867bd2..e30997a 100755 --- a/rust/android.sh +++ b/rust/android.sh @@ -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