From 5ed40a1cf91ced5e47a3a614783d46553fc9cb8b Mon Sep 17 00:00:00 2001 From: jeantimex Date: Fri, 21 Jul 2017 10:03:29 -0700 Subject: [PATCH 1/2] Updated pod spec info. --- CollapsibleTableSectionViewController.podspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CollapsibleTableSectionViewController.podspec b/CollapsibleTableSectionViewController.podspec index b2e1b3c..b987b6d 100644 --- a/CollapsibleTableSectionViewController.podspec +++ b/CollapsibleTableSectionViewController.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.name = "CollapsibleTableSectionViewController" s.version = "0.0.2" - s.summary = "Swift library to support collapsible sections in a table view." + s.summary = "Swift 3.0 library to support collapsible sections in a table view." # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? @@ -25,7 +25,8 @@ Pod::Spec.new do |s| # * Write the description between the DESC delimiters below. # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC - Swift library to support collapsible sections in a table view. + This CocoaPod provides the ability to easily setup a UITableView with + collapsible sections. This project is written purely in Swift 3.0. DESC s.homepage = "https://github.com/jeantimex/CollapsibleTableSectionViewController" @@ -80,7 +81,7 @@ Pod::Spec.new do |s| # Supports git, hg, bzr, svn and HTTP. # - s.source = { :git => "https://github.com/jeantimex/CollapsibleTableSectionViewController", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/jeantimex/CollapsibleTableSectionViewController.git", :tag => "#{s.version}" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # From ef2020a9628175a200db9acae6794f0f9c25bfbf Mon Sep 17 00:00:00 2001 From: jeantimex Date: Fri, 21 Jul 2017 10:04:03 -0700 Subject: [PATCH 2/2] Bump up pod spec to v0.0.3 --- CollapsibleTableSectionViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CollapsibleTableSectionViewController.podspec b/CollapsibleTableSectionViewController.podspec index b987b6d..38e68ae 100644 --- a/CollapsibleTableSectionViewController.podspec +++ b/CollapsibleTableSectionViewController.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "CollapsibleTableSectionViewController" - s.version = "0.0.2" + s.version = "0.0.3" s.summary = "Swift 3.0 library to support collapsible sections in a table view." # This description is used to generate tags and improve search results.