File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Pod::Spec.new do |s|
2
2
s . name = 'WebViewJavascriptBridge'
3
3
s . version = '4.1.3'
4
4
s . summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
5
- s . homepage = 'http ://github.com/marcuswestin/WebViewJavascriptBridge'
5
+ s . homepage = 'https ://github.com/marcuswestin/WebViewJavascriptBridge'
6
6
s . license = { :type => 'MIT' , :file => 'LICENSE' }
7
7
s . author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
8
8
s . requires_arc = true
9
- s . source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git' , :tag => s . version . to_s }
9
+ s . source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git' , :tag => 'v' + s . version . to_s }
10
10
s . ios . platform = :ios , '5.0'
11
11
s . osx . platform = :osx
12
12
s . ios . source_files = 'WebViewJavascriptBridge/*.{h,m}'
You can’t perform that action at this time.
0 commit comments