Skip to content

Commit ddb38a1

Browse files
committed
Update podspec to make pod trunk push work as expected
1 parent 876a1a2 commit ddb38a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WebViewJavascriptBridge.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}'

0 commit comments

Comments
 (0)