Skip to content

Commit

Permalink
Added 1.7.1 to podspec along with Swift 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed May 31, 2024
1 parent a978644 commit be6fe36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScrollStackController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ScrollStackController"
s.version = "1.7.0"
s.version = "1.7.1"
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', '5.4', '5.5', '5.7', '5.8', '5.9']
s.swift_versions = ['5.0', '5.1', '5.3', '5.4', '5.5', '5.7', '5.8', '5.9', '5.10']
end

0 comments on commit be6fe36

Please sign in to comment.