Skip to content

Commit ac983f7

Browse files
committed
Merge pull request marcuswestin#89 from pushpak/master
Added tag to PodFile git source path
2 parents 083e876 + 4f05b6d commit ac983f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebViewJavascriptBridge.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pod::Spec.new do |s|
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' }
9+
s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git', :tag => 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)