Skip to content

Commit

Permalink
Merge pull request marcuswestin#89 from pushpak/master
Browse files Browse the repository at this point in the history
Added tag to PodFile git source path
  • Loading branch information
marcuswestin committed Jul 9, 2014
2 parents 083e876 + 4f05b6d commit ac983f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebViewJavascriptBridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
s.requires_arc = true
s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git' }
s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git', :tag => s.version.to_s }
s.ios.platform = :ios, '5.0'
s.osx.platform = :osx
s.ios.source_files = 'WebViewJavascriptBridge/*.{h,m}'
Expand Down

0 comments on commit ac983f7

Please sign in to comment.