Skip to content

Commit 5ed40a1

Browse files
committed
Updated pod spec info.
1 parent e236d41 commit 5ed40a1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CollapsibleTableSectionViewController.podspec

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

1818
s.name = "CollapsibleTableSectionViewController"
1919
s.version = "0.0.2"
20-
s.summary = "Swift library to support collapsible sections in a table view."
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)