File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ The chart above shows the elapsed time (in seconds) to render different HTML str
45
45
46
46
- File > Swift Packages > Add Package Dependency
47
47
- Add ` https://github.com/ZhgChgLi/ZMarkupParser.git `
48
- - Select "Up to Next Major" with "1.3.6 "
48
+ - Select "Up to Next Major" with "1.3.8 "
49
49
50
50
or
51
51
52
52
``` swift
53
53
...
54
54
dependencies: [
55
- .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.3.6 " ),
55
+ .package (url : " https://github.com/ZhgChgLi/ZMarkupParser.git" , from : " 1.3.8 " ),
56
56
]
57
57
...
58
58
.target (
@@ -71,7 +71,7 @@ platform :ios, '12.0'
71
71
use_frameworks!
72
72
73
73
target ' MyApp' do
74
- pod ' ZMarkupParser' , ' ~> 1.3.6 '
74
+ pod ' ZMarkupParser' , ' ~> 1.3.8 '
75
75
end
76
76
```
77
77
You can’t perform that action at this time.
0 commit comments