From e3ee86ce419d18d3ff735056f1474f2863e43003 Mon Sep 17 00:00:00 2001 From: Yuan Sun Date: Wed, 16 Mar 2016 14:04:12 +0800 Subject: [PATCH] 1.5.beta prepare to release --- UITableView+FDTemplateLayoutCell.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UITableView+FDTemplateLayoutCell.podspec b/UITableView+FDTemplateLayoutCell.podspec index 29db50c..d091e44 100644 --- a/UITableView+FDTemplateLayoutCell.podspec +++ b/UITableView+FDTemplateLayoutCell.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "UITableView+FDTemplateLayoutCell" - s.version = "1.4" + s.version = "1.5.beta" s.summary = "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache" s.description = "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache. Requires a `self-satisfied` UITableViewCell, using system's `- systemLayoutSizeFittingSize:`, provides heights caching." s.homepage = "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell" @@ -13,7 +13,7 @@ Pod::Spec.new do |s| # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.platform = :ios, "6.0" # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.source = { :git => "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell.git", :tag => "1.4" } + s.source = { :git => "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell.git", :tag => "1.5.beta" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # s.source_files = "Classes/*.{h,m}" # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #