Skip to content

Commit

Permalink
updated swift versions in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sshabalin committed Jul 26, 2022
1 parent 6cd1c1a commit 91290e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shakuro.ContainerViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.authors = {'apopov1988' => '[email protected]', 'wwwpix' => '[email protected]'}
s.source = { :git => 'https://github.com/shakurocom/ContainerViewController.git', :tag => s.version }
s.swift_versions = ['5.1', '5.2', '5.3', '5.4', '5.5']
s.swift_versions = ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6']
s.source_files = 'Source/*'
s.ios.deployment_target = '11.0'

Expand Down

0 comments on commit 91290e3

Please sign in to comment.