diff --git a/README.md b/README.md index cc9e82d1..b027c67e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written

-Swift5 +Swift5 diff --git a/SKPhotoBrowser.podspec b/SKPhotoBrowser.podspec index 758e0631..6cec457a 100644 --- a/SKPhotoBrowser.podspec +++ b/SKPhotoBrowser.podspec @@ -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" } @@ -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