Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gre4ixin committed Oct 21, 2022
1 parent 19fb914 commit b20c60c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Exchanger.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "Exchanger"
s.version = "1.0.8"
s.version = "1.0.9"
s.summary = "Summary"
s.homepage = 'https://github.com/gre4ixin/Exchanger '
s.homepage = 'https://github.com/gre4ixin/Exchanger'
s.description = "Description"
s.license = { :type => "MIT", :file => "LICENSE" }
s.ios.deployment_target = "13.0"
s.source = { :git => 'https://github.com/gre4ixin/Exchanger.git', :tag => '1.0.8' }
s.source = { :git => 'https://github.com/gre4ixin/Exchanger.git', :tag => '1.0.9' }
s.author = "Pavel"
s.source_files = "Sources/Exchanger/**/*.swift"
s.swift_version = "5.0"
Expand Down

0 comments on commit b20c60c

Please sign in to comment.