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 7db58c4 commit 9732c4bCopy full SHA for 9732c4b
CHANGELOG.md
@@ -0,0 +1,18 @@
1
+# Changelog for WebLinking
2
+
3
+## 1.1.0
4
5
+### Enhancements
6
7
+- Adds support for Swift 2.3.
8
9
+## 1.0.1
10
11
12
13
+- Adds support for tvOS.
14
+- Adds support for Swift Package Manager.
15
16
+## 1.0.0
17
18
+This release adds support for Swift 2.0 and watchOS.
WebLinking.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'WebLinking'
- spec.version = '1.0.1'
+ spec.version = '1.1.0'
spec.summary = 'Swift implementation of Web Linking and Link headers (RFC5988)'
spec.homepage = 'https://github.com/kylef/WebLinking.swift'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
0 commit comments