We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e847b5e commit 41fe3a7Copy full SHA for 41fe3a7
WebLinking.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = 'WebLinking'
3
- spec.version = '2.0.0'
+ spec.version = '2.0.1'
4
spec.summary = 'Swift implementation of Web Linking and Link headers (RFC5988)'
5
spec.homepage = 'https://github.com/kylef/WebLinking.swift'
6
spec.license = { :type => 'MIT', :file => 'LICENSE' }
@@ -13,4 +13,5 @@ Pod::Spec.new do |spec|
13
spec.watchos.deployment_target = '2.0'
14
spec.tvos.deployment_target = '9.0'
15
spec.requires_arc = true
16
+ spec.swift_version = '4.0'
17
end
0 commit comments