File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str
48
48
49
49
- File > Swift Packages > Add Package Dependency
50
50
- Add ` https://github.com/ZhgChgLi/ZMarkupParser.git `
51
- - Select "Up to Next Major" with "1.5.1 "
51
+ - Select "Up to Next Major" with "1.5.2 "
52
52
53
53
or
54
54
55
55
``` swift
56
56
...
57
57
dependencies: [
58
- .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.5.1 " ),
58
+ .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.5.2 " ),
59
59
]
60
60
...
61
61
.target (
@@ -74,7 +74,7 @@ platform :ios, '12.0'
74
74
use_frameworks!
75
75
76
76
target ' MyApp' do
77
- pod ' ZMarkupParser' , ' ~> 1.5.1 '
77
+ pod ' ZMarkupParser' , ' ~> 1.5.2 '
78
78
end
79
79
```
80
80
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.5.1 "
3
+ s . version = "1.5.2 "
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