Skip to content

Commit 0264b8e

Browse files
committed
Fix swift version in podspec
1 parent d63a91a commit 0264b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StickySplitCollectionViewFlowLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
66
s.license = { :type => "MIT", :file => "LICENSE" }
77
s.author = { "Gregory Jeckell" => "gjeck" }
88
s.platform = :ios, "9.0"
9-
s.swift_version = "4"
9+
s.swift_version = "5"
1010
s.requires_arc = true
1111
s.frameworks = "UIKit"
1212
s.source = { :git => "https://[email protected]/scm/~gjeckell/stickysplitcollectionviewflowlayout.git", :tag => "#{s.version}" }

0 commit comments

Comments
 (0)