Skip to content

Commit

Permalink
[FIX] Homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickl committed Jul 29, 2014
1 parent 1d5c40c commit 663c1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QRCodeReaderViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Simple QRCode reader for iOS 7 and over'
s.description = 'The `QRCodeReaderViewController` is a simple QRCode Reader/Scanner based on the `AVFoundation` framework from Apple. It aims to replace ZXing or ZBar for iOS 7 and over.'
s.homepage = 'http://yannickl.github.io/QRCodeReaderViewController/'
s.homepage = 'https://github.com/YannickL/QRCodeReaderViewController'
s.authors = { 'Yannick Loriot' => 'http://yannickloriot.com' }
s.source = { :git => 'https://github.com/YannickL/QRCodeReaderViewController.git',
:tag => s.version.to_s }
Expand Down

0 comments on commit 663c1e5

Please sign in to comment.