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 2143930 commit c3d2665Copy full SHA for c3d2665
README.md
@@ -20,7 +20,7 @@ source 'https://github.com/CocoaPods/Specs.git'
20
platform :ios, '9.0'
21
22
target 'TargetName' do
23
-pod 'ZFWKWebView', '~> 1.1.7'
+pod 'ZFWKWebView', '~> 1.1.8'
24
end
25
```
26
Then, run the following command:
ZFWKWebView.podspec
@@ -9,7 +9,7 @@
9
10
Pod::Spec.new do |s|
11
s.name = "ZFWKWebView"
12
- s.version = "1.1.7"
+ s.version = "1.1.8"
13
s.summary = "No short description of ZFWKWebView."
14
s.homepage = "https://github.com/FranLucky/ZFWKWebView"
15
s.license = { :type => "MIT", :file => "LICENSE"}
0 commit comments