Skip to content

Commit

Permalink
II-16-[updated podspec]
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneKlyuenkov committed Jul 18, 2022
1 parent bdea0e4 commit 460f9b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Shakuro.TaskManager.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'Shakuro.TaskManager'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'Shakuro Task Manager'
s.homepage = 'https://github.com/shakurocom/TaskManager'
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.authors = {'apopov1988' => '[email protected]', 'wwwpix' => '[email protected]'}
s.source = { :git => 'https://github.com/shakurocom/TaskManager.git', :tag => s.version }
s.source_files = 'Source/*', 'Source/**/*'
s.swift_version = ['5.1', '5.2', '5.3', '5.4']
s.ios.deployment_target = '10.0'
s.swift_version = ['5.1', '5.2', '5.3', '5.4', '5.5']
s.ios.deployment_target = '11.0'

s.dependency 'Shakuro.CommonTypes', '1.1.0'
s.dependency 'Shakuro.CommonTypes', '1.1.2'

end

0 comments on commit 460f9b7

Please sign in to comment.