Skip to content

Commit

Permalink
Merge pull request #6 from jeantimex/update-pod-sepc-info
Browse files Browse the repository at this point in the history
Update pod sepc info
  • Loading branch information
jeantimex authored Jul 21, 2017
2 parents e236d41 + ef2020a commit efe71a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CollapsibleTableSectionViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ 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.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.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * 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"
Expand Down Expand Up @@ -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 ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit efe71a3

Please sign in to comment.