From f23c841b019941112e17fc15bcac886d9a650167 Mon Sep 17 00:00:00 2001 From: Bell Date: Wed, 20 Apr 2016 15:48:52 +0800 Subject: [PATCH] update --- UITableView+FDTemplateLayoutCell_Bell.podspec | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 UITableView+FDTemplateLayoutCell_Bell.podspec diff --git a/UITableView+FDTemplateLayoutCell_Bell.podspec b/UITableView+FDTemplateLayoutCell_Bell.podspec deleted file mode 100644 index 323b6d4..0000000 --- a/UITableView+FDTemplateLayoutCell_Bell.podspec +++ /dev/null @@ -1,21 +0,0 @@ - -<<<<<<< HEAD:UITableView+FDTemplateLayoutCell_Bell.podspec - s.name = "UITableView+FDTemplateLayoutCell_Bell" - s.version = "1.5.1" - 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/GreedBell/UITableView-FDTemplateLayoutCell" - - # ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.license = { :type => "MIT", :file => "LICENSE" } - # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.author = { "forkingdog group" => "https://github.com/forkingdog" } - # ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.platform = :ios, "6.0" - # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.source = { :git => "https://github.com/GreedBell/UITableView-FDTemplateLayoutCell.git", :tag => s.version } - # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.source_files = "Classes/*.{h,m}" - # ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - s.requires_arc = true -end