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 f418cb3 commit d881fadCopy full SHA for d881fad
‎JavaScriptKit.podspec‎
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "JavaScriptKit"
3
- s.version = "0.0.1"
+ s.version = "1.0.0"
4
s.summary = "JavaScriptCore replacement for WKWebView"
5
6
s.description =
@@ -22,4 +22,6 @@ DESC
22
23
s.frameworks = "Foundation", "WebKit"
24
s.dependency "Result", "~> 3.1"
25
+
26
+ s.documentation_url = "https://alexaubry.github.io/JavaScriptKit"
27
end
0 commit comments