diff --git a/A3GridTableView/0.0.1/A3GridTableView.podspec b/A3GridTableView/0.0.1/A3GridTableView.podspec index fb0205420681be..d2a3b29422ec30 100644 --- a/A3GridTableView/0.0.1/A3GridTableView.podspec +++ b/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' } diff --git a/ViewUtils/1.0/ViewUtils.podspec b/ViewUtils/1.0/ViewUtils.podspec index b5e2ae1d2b67b1..d69f4af5ff8395 100644 --- a/ViewUtils/1.0/ViewUtils.podspec +++ b/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