Skip to content

Commit

Permalink
Merge pull request #42 from klefevre/fix/podspec
Browse files Browse the repository at this point in the history
Fix podspec source url
  • Loading branch information
Kevin Lefèvre authored Dec 28, 2016
2 parents 5785b8e + a1216b1 commit 5d1cbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Postal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'

s.source = { :git => 'https://github.com/klefevre/Postal.git', :tag => 'v' + s.version.to_s }
s.source = { :git => 'https://github.com/snipsco/Postal.git', :tag => 'v' + s.version.to_s }

s.default_subspec = 'Core'

Expand Down

0 comments on commit 5d1cbd5

Please sign in to comment.