Skip to content

Commit 82aa781

Browse files
committed
Specify Swift range version from 4.2-5
1 parent 863daef commit 82aa781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
spec.author = { "Luc Dion" => "[email protected]" }
1717
spec.source = { :git => "https://github.com/layoutBox/PinLayout.git", :tag => "#{spec.version}" }
1818
spec.source_files = "Sources/**/*.swift"
19-
spec.swift_version = '5.0'
19+
spec.swift_version = ['4.2', '5.0']
2020

2121
spec.ios.deployment_target = '8.0'
2222
spec.ios.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'

0 commit comments

Comments
 (0)