File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # 0.2.1 (November 18, 2018)
2+
3+ * watchOS deployment target set to 2.0 for Carthage (@MaxDesiatov )
4+
15# 0.2.0 (November 18, 2018)
26
37* Add watchOS 2.0 deployment target (@MaxDesiatov )
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ easy as adding it to the `dependencies` value of your `Package.swift`.
8989
9090``` swift
9191dependencies: [
92- .package (url : " https://github.com/MaxDesiatov/XMLCoder.git" , from : " 0.2.0 " )
92+ .package (url : " https://github.com/MaxDesiatov/XMLCoder.git" , from : " 0.2.1 " )
9393]
9494```
9595
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "XMLCoder"
3- s . version = "0.2.0 "
3+ s . version = "0.2.1 "
44 s . summary = "XMLEncoder & XMLDecoder using the Codable protocol in Swift 4"
55 s . description = "XMLCoder allows Swift 4 Codable-conforming objects to be translated to and from XML"
66 s . homepage = "https://github.com/MaxDesiatov/XMLCoder"
You can’t perform that action at this time.
0 commit comments