Skip to content

Commit

Permalink
Bump up the version to 0.1.7 and update Podspec credits
Browse files Browse the repository at this point in the history
  • Loading branch information
luizmb committed Jul 27, 2021
1 parent dac79cb commit c5b0758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CombineRextensions.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

Pod::Spec.new do |s|
s.name = 'CombineRextensions'
s.version = '0.1.6'
s.version = '0.1.7'
s.summary = 'Useful extensions for using CombineRex in SwiftUI, such as bindings, Views and gestures'

s.homepage = 'https://github.com/teufelaudio/CombineRextensions'
s.license = { :type => 'Apache', :text => '© 2021 Luiz Barbosa' }
s.author = { 'Luiz Barbosa' => 'swiftrex@developercity.de' }
s.license = { :type => 'Apache', :text => '© 2021 Lautsprecher Teufel' }
s.author = { 'Lautsprecher Teufel' => 'apps@teufel.de' }
s.source = { :git => 'https://github.com/teufelaudio/CombineRextensions.git', :tag => "v#{s.version}" }

s.ios.deployment_target = '13.0'
Expand Down

0 comments on commit c5b0758

Please sign in to comment.