Skip to content

Commit

Permalink
Merge branch 'main' into 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gre4ixin committed Aug 31, 2022
2 parents e2ce420 + 75430c9 commit e4bceb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 = "0.0.1"
s.version = "1.0.2"
s.summary = "Summary"
s.homepage = 'https://github.com/gre4ixin/Exchanger '
s.description = "Description"
s.license = { :type => "MIT", :file => "License.md" }
s.ios.deployment_target = "13.0"
s.source = { :git => 'https://github.com/gre4ixin/Exchanger.git', :tag => '1.0.0' }
s.source = { :git => 'https://github.com/gre4ixin/Exchanger.git', :tag => '1.0.2' }
s.author = "Pavel"
s.source_files = "Sources/Exchanger/**/*.swift"
s.swift_version = "5.0"
Expand Down

0 comments on commit e4bceb9

Please sign in to comment.