Skip to content

Commit c5b0758

Browse files
committed
Bump up the version to 0.1.7 and update Podspec credits
1 parent dac79cb commit c5b0758

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CombineRextensions.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

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

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

1212
s.ios.deployment_target = '13.0'

0 commit comments

Comments
 (0)