Skip to content

Commit

Permalink
update cocoapods file.
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-0000 committed Jul 20, 2021
1 parent 1894363 commit 2cfeb6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written

<p align="center">
<a href="https://developer.apple.com/swift">
<img alt="Swift5" src="https://img.shields.io/badge/language-swift5.0-orange.svg?style=flat" />
<img alt="Swift5" src="https://img.shields.io/badge/language-swift5.4-orange.svg?style=flat" />
</a>
<a href="http://cocoadocs.org/docsets/SKPhotoBrowser">
<img src="https://img.shields.io/cocoapods/v/SKPhotoBrowser.svg?style=flat" />
Expand Down
6 changes: 3 additions & 3 deletions SKPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SKPhotoBrowser"
s.version = "6.1.1"
s.version = "7.0.0"
s.summary = "Simple PhotoBrowser/Viewer iwritten by pure swift. inspired by facebook, twitter photo browsers."
s.homepage = "https://github.com/suzuki-0000/SKPhotoBrowser"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.frameworks = "UIKit"
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
s.swift_version = "5.0"
s.swift_versions = ['4.0', '4.2', '5.0']
s.swift_version = "5.4"
s.swift_versions = ['4.0', '4.2', '5.0', '5.1', '5.2', '5.3', '5.4']
end

0 comments on commit 2cfeb6b

Please sign in to comment.