Skip to content

Commit 41fe3a7

Browse files
committed
updated swift version in spec
1 parent e847b5e commit 41fe3a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WebLinking.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'WebLinking'
3-
spec.version = '2.0.0'
3+
spec.version = '2.0.1'
44
spec.summary = 'Swift implementation of Web Linking and Link headers (RFC5988)'
55
spec.homepage = 'https://github.com/kylef/WebLinking.swift'
66
spec.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -13,4 +13,5 @@ Pod::Spec.new do |spec|
1313
spec.watchos.deployment_target = '2.0'
1414
spec.tvos.deployment_target = '9.0'
1515
spec.requires_arc = true
16+
spec.swift_version = '4.0'
1617
end

0 commit comments

Comments
 (0)