File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Pod::Spec.new do |s|
22 s . name = 'WebViewJavascriptBridge'
33 s . version = '4.1.3'
44 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'
66 s . license = { :type => 'MIT' , :file => 'LICENSE' }
77 s . author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
88 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 }
1010 s . ios . platform = :ios , '5.0'
1111 s . osx . platform = :osx
1212 s . ios . source_files = 'WebViewJavascriptBridge/*.{h,m}'
You can’t perform that action at this time.
0 commit comments