Skip to content

Commit efe71a3

Browse files
authored
Merge pull request #6 from jeantimex/update-pod-sepc-info
Update pod sepc info
2 parents e236d41 + ef2020a commit efe71a3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

CollapsibleTableSectionViewController.podspec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "CollapsibleTableSectionViewController"
19-
s.version = "0.0.2"
20-
s.summary = "Swift library to support collapsible sections in a table view."
19+
s.version = "0.0.3"
20+
s.summary = "Swift 3.0 library to support collapsible sections in a table view."
2121

2222
# This description is used to generate tags and improve search results.
2323
# * Think: What does it do? Why did you write it? What is the focus?
2424
# * Try to keep it short, snappy and to the point.
2525
# * Write the description between the DESC delimiters below.
2626
# * Finally, don't worry about the indent, CocoaPods strips it!
2727
s.description = <<-DESC
28-
Swift library to support collapsible sections in a table view.
28+
This CocoaPod provides the ability to easily setup a UITableView with
29+
collapsible sections. This project is written purely in Swift 3.0.
2930
DESC
3031

3132
s.homepage = "https://github.com/jeantimex/CollapsibleTableSectionViewController"
@@ -80,7 +81,7 @@ Pod::Spec.new do |s|
8081
# Supports git, hg, bzr, svn and HTTP.
8182
#
8283

83-
s.source = { :git => "https://github.com/jeantimex/CollapsibleTableSectionViewController", :tag => "#{s.version}" }
84+
s.source = { :git => "https://github.com/jeantimex/CollapsibleTableSectionViewController.git", :tag => "#{s.version}" }
8485

8586

8687
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

0 commit comments

Comments
 (0)