Skip to content

Commit

Permalink
Sorry, wrong folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexrus committed Dec 19, 2012
1 parent 5e3c7a0 commit e59ed42
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@ Pod::Spec.new do |s|
s.summary = "Fast UIScrollView subclass which presents its cells in a GridView" s.summary = "Fast UIScrollView subclass which presents its cells in a GridView"
s.description = "A3GridTableView is a UIScrollView subclass with a high performance GridView style layouting. It has similar delegate methods to a UITableView and can be even used like one. The difference is that the A3GridTableView aligns his section in collumns and not in one flow." s.description = "A3GridTableView is a UIScrollView subclass with a high performance GridView style layouting. It has similar delegate methods to a UITableView and can be even used like one. The difference is that the A3GridTableView aligns his section in collumns and not in one flow."
s.homepage = "https://github.com/allaboutapps/A3GridTableView" s.homepage = "https://github.com/allaboutapps/A3GridTableView"
s.license = { :type => 'BSD 3-Clause License', :file => 'LICENSE.txt } s.license = { :type => 'BSD 3-Clause License', :file => 'LICENSE.txt' }
s.author = { "allaboutapps" => "office@allaboutapps.at" } s.author = { "allaboutapps" => "office@allaboutapps.at" }
s.source = { :git => "https://github.com/allaboutapps/A3GridTableView.git", :commit => "329bc6bc17b7a538f7c01e5ea3e8140f7c8b7821" } s.source = { :git => "https://github.com/allaboutapps/A3GridTableView.git", :commit => "329bc6bc17b7a538f7c01e5ea3e8140f7c8b7821" }
s.platform = :ios s.platform = :ios
Expand Down

0 comments on commit e59ed42

Please sign in to comment.