Skip to content

Commit

Permalink
Fix pod trunk push.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentiuUngur committed Nov 8, 2017
1 parent 91d9105 commit bd0b437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YSRangeSlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Pod::Spec.new do |s|

s.homepage = 'https://github.com/YardiSystems/YSRangeSlider'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/YardiSystems/YSRangeSlider.git', :tag => "#{s.version}" }
s.source = { :git => 'https://github.com/LaurentiuUngur/YSRangeSlider.git', :tag => "#{s.version}" }
s.authors = { 'Laurentiu Ungur' => '[email protected]',
'Ungur Laurentiu' => '[email protected]'
'Ungur Laurentiu' => '[email protected]'
}

s.requires_arc = true
Expand Down

0 comments on commit bd0b437

Please sign in to comment.