Skip to content

Commit d881fad

Browse files
committed
🔖 Bump Podspec version
1 parent f418cb3 commit d881fad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎JavaScriptKit.podspec

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JavaScriptKit"
3-
s.version = "0.0.1"
3+
s.version = "1.0.0"
44
s.summary = "JavaScriptCore replacement for WKWebView"
55

66
s.description =
@@ -22,4 +22,6 @@ DESC
2222

2323
s.frameworks = "Foundation", "WebKit"
2424
s.dependency "Result", "~> 3.1"
25+
26+
s.documentation_url = "https://alexaubry.github.io/JavaScriptKit"
2527
end

0 commit comments

Comments
 (0)