File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str
54
54
55
55
- File > Swift Packages > Add Package Dependency
56
56
- Add ` https://github.com/ZhgChgLi/ZMarkupParser.git `
57
- - Select "Up to Next Major" with "1.11 .0"
57
+ - Select "Up to Next Major" with "1.12 .0"
58
58
59
59
or
60
60
61
61
``` swift
62
62
...
63
63
dependencies: [
64
- .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.11 .0" ),
64
+ .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.12 .0" ),
65
65
]
66
66
...
67
67
.target (
@@ -80,7 +80,7 @@ platform :ios, '12.0'
80
80
use_frameworks!
81
81
82
82
target ' MyApp' do
83
- pod ' ZMarkupParser' , ' ~> 1.11 .0'
83
+ pod ' ZMarkupParser' , ' ~> 1.12 .0'
84
84
end
85
85
```
86
86
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ZMarkupParser"
3
- s . version = "1.11 .0"
3
+ s . version = "1.12 .0"
4
4
s . summary = "ZMarkupParser helps you to convert HTML String to NSAttributedString with customized style and tag through pure-Swift."
5
5
s . homepage = "https://github.com/ZhgChgLi/ZMarkupParser"
6
6
s . license = { :type => "MIT" , :file => "LICENSE" }
You can’t perform that action at this time.
0 commit comments