-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters