Skip to content

Commit

Permalink
correct repo name.
Browse files Browse the repository at this point in the history
  • Loading branch information
norsez committed Jun 22, 2012
1 parent cb5b8a0 commit 11e2878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BDDynamicGridViewController.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'BDDynamicGridViewDemo'
s.name = 'BDDynamicGridViewController'
s.version = '0.0.1'
s.license = 'BSD'
s.summary = 'Data-aware UIViewController that displays a UIView list with layout inspired by Flickr 2012 Favorite Page.'
s.homepage = 'https://github.com/norsez/BDDynamicGridViewDemo'
s.homepage = 'https://github.com/norsez/BDDynamicGridViewController'
s.author = { 'Norsez Orankijanan' => 'norsez@gmail.com' }
s.source = { :git => 'https://github.com/norsez/BDDynamicGridViewDemo.git', :tag => '0.0.1' }
s.source = { :git => 'https://github.com/norsez/BDDynamicGridViewController.git', :tag => '0.0.1' }
s.description = 'This view-controller displays a list of UIViews with layout inspired by Flickr 2012 Favorite Page'
s.platform = :ios
s.source_files = 'Classes', 'Classes'
Expand Down

0 comments on commit 11e2878

Please sign in to comment.