diff --git a/Exchanger.podspec b/Exchanger.podspec index 296a475..8264c12 100644 --- a/Exchanger.podspec +++ b/Exchanger.podspec @@ -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"