Skip to content

Commit fb5744c

Browse files
committed
🔧 Fix Podspec syntax
1 parent e7bc912 commit fb5744c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎JavaScriptKit.podspec

Lines changed: 2 additions & 2 deletions
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 = "1.0.0"
3+
s.version = "0.0.1"
44
s.summary = "JavaScriptCore replacement for WKWebView"
55

66
s.description =
@@ -16,7 +16,7 @@ DESC
1616
s.ios.deployment_target = "8.0"
1717
s.osx.deployment_target = "10.10"
1818

19-
s.source = { :git => "https://github.com/alexaubry/JavaScriptKit", :tag => #{s.version} }
19+
s.source = { :git => "https://github.com/alexaubry/JavaScriptKit.git", :tag => "#{s.version}" }
2020
s.source_files = "Sources/**/*.swift"
2121
s.resource_bundles = { "JavaScriptKit" => ["Locales/**/*.lproj"] }
2222

0 commit comments

Comments
 (0)