Skip to content

Commit 544f283

Browse files
committed
update pod version to 1.1-beta
1 parent 43eaf7b commit 544f283

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
Pod::Spec.new do |s|
33
s.name = "UITableView+FDTemplateLayoutCell"
4-
s.version = "1.0"
5-
s.summary = "Template auto layout cell for automatically UITableViewCell height calculating "
6-
s.description = "Template auto layout cell for automatically UITableViewCell height calculating, requires a `self-satisfied` UITableViewCell, using system's `- systemLayoutSizeFittingSize:`."
4+
s.version = "1.1-beta"
5+
s.summary = "Template auto layout cell for automatically UITableViewCell height calculating and caching"
6+
s.description = "Template auto layout cell for automatically UITableViewCell height calculating and caching, requires a `self-satisfied` UITableViewCell, using system's `- systemLayoutSizeFittingSize:`, provides heights caching."
77
s.homepage = "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell"
88

99
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -13,9 +13,9 @@ Pod::Spec.new do |s|
1313
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
1414
s.platform = :ios, "6.0"
1515
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
16-
s.source = { :git => "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell.git", :tag => "1.0" }
16+
s.source = { :git => "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell.git", :tag => "1.1-beta" }
1717
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
1818
s.source_files = "Classes/*.{h,m}"
1919
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
2020
s.requires_arc = true
21-
end
21+
end

0 commit comments

Comments
 (0)