Skip to content

Commit be6fe36

Browse files
committed
Added 1.7.1 to podspec along with Swift 5.10
1 parent a978644 commit be6fe36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScrollStackController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ScrollStackController"
3-
s.version = "1.7.0"
3+
s.version = "1.7.1"
44
s.summary = "Create complex scrollable layout using UIViewController and simplify your code"
55
s.homepage = "https://github.com/malcommac/ScrollStackController"
66
s.license = { :type => "MIT", :file => "LICENSE" }
@@ -10,5 +10,5 @@ Pod::Spec.new do |s|
1010
s.source = { :git => "https://github.com/malcommac/ScrollStackController.git", :tag => s.version.to_s }
1111
s.frameworks = "Foundation", "UIKit"
1212
s.source_files = 'Sources/**/*.swift'
13-
s.swift_versions = ['5.0', '5.1', '5.3', '5.4', '5.5', '5.7', '5.8', '5.9']
13+
s.swift_versions = ['5.0', '5.1', '5.3', '5.4', '5.5', '5.7', '5.8', '5.9', '5.10']
1414
end

0 commit comments

Comments
 (0)