Skip to content

Commit

Permalink
Merge pull request #25 from bitmark-inc/Sang/fix/3_podspec_license
Browse files Browse the repository at this point in the history
fix: change license from MIT to BSD-2-Clause
  • Loading branch information
phuocbitmark authored Mar 12, 2024
2 parents d66be40 + 1c404eb commit 9e4213f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibAuk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.version = '0.1.1'
s.summary = 'Autonomy KMS written in Swift.'
s.homepage = 'https://bitmark.com'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.license = { :type => 'BSD-2-Clause', :file => 'LICENSE' }
s.author = { 'Bitmark Inc' => '[email protected]' }
s.source = { :git => 'https://github.com/bitmark-inc/libauk-swift.git', :tag => s.version.to_s }
s.ios.deployment_target = '14.0'
Expand Down

0 comments on commit 9e4213f

Please sign in to comment.