Skip to content

Commit 7455588

Browse files
committed
Update podspec to specify explicitly supported swift versions: ['4.2', '5.0', '5.1']
1 parent 51e6fff commit 7455588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PinLayout.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
Pod::Spec.new do |spec|
1010
spec.name = "PinLayout"
11-
spec.version = "1.8.11"
11+
spec.version = "1.8.12"
1212
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast."
1313
spec.description = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]"
1414
spec.homepage = "https://github.com/layoutBox/PinLayout"
1515
spec.license = "MIT license"
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 = '4.2'
19+
spec.swift_version = ['4.2', '5.0', '5.1']
2020

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

0 commit comments

Comments
 (0)