Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Jun 25, 2021
1 parent db64a58 commit 23d78fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
@@ -1,4 +1,4 @@
// swift-tools-version:5.3
// swift-tools-version:5.4

import PackageDescription

Expand Down
4 changes: 2 additions & 2 deletions ScrollStackController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ScrollStackController"
s.version = "1.4.1"
s.version = "1.4.2"
s.summary = "Create complex scrollable layout using UIViewController and simplify your code"
s.homepage = "https://github.com/malcommac/ScrollStackController"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/malcommac/ScrollStackController.git", :tag => s.version.to_s }
s.frameworks = "Foundation", "UIKit"
s.source_files = 'Sources/**/*.swift'
s.swift_versions = ['5.0', '5.1', '5.3']
s.swift_versions = ['5.0', '5.1', '5.3', '5.4', '5.5']
end

0 comments on commit 23d78fc

Please sign in to comment.