File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- // swift-tools-version:5.1
1+ // swift-tools-version:5.3
22// The swift-tools-version declares the minimum version of Swift required to build this package.
33
44import PackageDescription
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ScrollStackController"
3- s . version = "1.3.3 "
3+ s . version = "1.4.0 "
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' ]
13+ s . swift_versions = [ '5.0' , '5.1' , '5.3' ]
1414end
You can’t perform that action at this time.
0 commit comments