Skip to content

Commit

Permalink
license added
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinZavior committed Jun 24, 2024
1 parent e4c3085 commit 21c5e10
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
TODO: Add your license here.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
8 changes: 4 additions & 4 deletions ios/payjoin_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'payjoin_flutter'
s.version = '0.0.1'
s.summary = 'A new Flutter FFI plugin project.'
s.version = '0.13.0-dev.2'
s.summary = 'A Flutter library for the Payjoin Dev Kit'
s.description = <<-DESC
A new Flutter FFI plugin project.
DESC
s.homepage = 'http://example.com'
s.homepage = 'http://wwww.ltbl.io'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => '[email protected]' }
s.author = { 'Let there be Lightning, Inc' => '[email protected]' }

s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: payjoin_flutter
description: "A new Flutter FFI plugin project."
description: "A Flutter library for the Payjoin Dev Kit."
version: 0.13.0-dev.2
homepage: https://github.com/LtbLightning/payjoin-flutter

Expand Down

0 comments on commit 21c5e10

Please sign in to comment.