Navigation Menu

Skip to content

Commit

Permalink
Fixed for lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexrus committed Dec 19, 2012
1 parent e59ed42 commit 0f9cd88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion A3GridTableView/0.0.1/A3GridTableView.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "A3GridTableView"
s.version = "0.0.1"
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.homepage = "https://github.com/allaboutapps/A3GridTableView"
s.license = { :type => 'BSD 3-Clause License', :file => 'LICENSE.txt' }
Expand Down
7 changes: 4 additions & 3 deletions ViewUtils/1.0/ViewUtils.podspec
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = "ViewUtils"
s.version = "1.0"
s.summary = "ViewUtils is a collection of category methods designed that extend UIView with all the handy little properties and functionality that you always wished were built-in to begin with."
s.summary = "ViewUtils is a collection of category methods designed that extend UIView with all the handy little properties and functionality."
s.description = "ViewUtils is a collection of category methods that extend UIView with all the handy little properties and functionality that you always wished were built-in to begin with."
s.homepage = "https://github.com/nicklockwood/ViewUtils"
s.license = { :type => 'MIT (example)', :file => 'LICENCE.md' }
s.license = { :type => 'Zlib License', :file => 'LICENCE.md' }
s.author = { "Nick Lockwood" => "support@charcoaldesign.co.uk" }
s.source = { :git => "https://github.com/nicklockwood/ViewUtils.git", :tag => "1.0" }
s.platform = :ios
s.source_files = 'ViewUtils', 'Classes/**/*.{h,m}'
s.source_files = 'ViewUtils'
s.framework = 'QuartzCore'
end

0 comments on commit 0f9cd88

Please sign in to comment.