Skip to content

Commit 4154c92

Browse files
author
liangdahong
committed
2.0.0
1 parent a2befd5 commit 4154c92

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

BMTemplateLayoutCellDemo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
3159AED11F4C8C00003FAF19 /* BMXibCellVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3159AECF1F4C8C00003FAF19 /* BMXibCellVC.xib */; };
1414
3159AED51F4C8CB2003FAF19 /* BMCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3159AED21F4C8CB2003FAF19 /* BMCell.m */; };
1515
3159AED61F4C8CB2003FAF19 /* BMCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 3159AED41F4C8CB2003FAF19 /* BMCell.xib */; };
16+
3224720C2091CAE500FD441B /* UITableView-BMTemplateLayoutCell.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 3224720B2091CAE500FD441B /* UITableView-BMTemplateLayoutCell.podspec */; };
1617
32545A311F9DD80C00E3F939 /* UIScrollView+BMExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 32545A271F9DD80C00E3F939 /* UIScrollView+BMExtension.m */; };
1718
32545A321F9DD80C00E3F939 /* UITableViewCell+BMReusable.m in Sources */ = {isa = PBXBuildFile; fileRef = 32545A2A1F9DD80C00E3F939 /* UITableViewCell+BMReusable.m */; };
1819
32545A331F9DD80C00E3F939 /* UITableViewHeaderFooterView+BMReusable.m in Sources */ = {isa = PBXBuildFile; fileRef = 32545A2D1F9DD80C00E3F939 /* UITableViewHeaderFooterView+BMReusable.m */; };
1920
32545A341F9DD80C00E3F939 /* UIView+BMExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 32545A301F9DD80C00E3F939 /* UIView+BMExtension.m */; };
20-
32545A3A1F9DD8F300E3F939 /* BMTemplateLayoutCell.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 32545A381F9DD8F300E3F939 /* BMTemplateLayoutCell.podspec */; };
2121
32545A401F9DD94700E3F939 /* UITableView+BMTemplateLayoutCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 32545A3F1F9DD94700E3F939 /* UITableView+BMTemplateLayoutCell.m */; };
2222
3259ABD21F41571800B250DA /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3259ABD11F41571800B250DA /* Assets.xcassets */; };
2323
3259ABD51F41571800B250DA /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3259ABD31F41571800B250DA /* LaunchScreen.storyboard */; };
@@ -79,6 +79,7 @@
7979
3159AED21F4C8CB2003FAF19 /* BMCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BMCell.m; sourceTree = "<group>"; };
8080
3159AED31F4C8CB2003FAF19 /* BMCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BMCell.h; sourceTree = "<group>"; };
8181
3159AED41F4C8CB2003FAF19 /* BMCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = BMCell.xib; sourceTree = "<group>"; };
82+
3224720B2091CAE500FD441B /* UITableView-BMTemplateLayoutCell.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "UITableView-BMTemplateLayoutCell.podspec"; sourceTree = "<group>"; };
8283
32545A261F9DD80C00E3F939 /* UIScrollView+BMExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+BMExtension.h"; sourceTree = "<group>"; };
8384
32545A271F9DD80C00E3F939 /* UIScrollView+BMExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+BMExtension.m"; sourceTree = "<group>"; };
8485
32545A291F9DD80C00E3F939 /* UITableViewCell+BMReusable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableViewCell+BMReusable.h"; sourceTree = "<group>"; };
@@ -87,7 +88,6 @@
8788
32545A2D1F9DD80C00E3F939 /* UITableViewHeaderFooterView+BMReusable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableViewHeaderFooterView+BMReusable.m"; sourceTree = "<group>"; };
8889
32545A2F1F9DD80C00E3F939 /* UIView+BMExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+BMExtension.h"; sourceTree = "<group>"; };
8990
32545A301F9DD80C00E3F939 /* UIView+BMExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+BMExtension.m"; sourceTree = "<group>"; };
90-
32545A381F9DD8F300E3F939 /* BMTemplateLayoutCell.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = BMTemplateLayoutCell.podspec; sourceTree = "<group>"; };
9191
32545A3E1F9DD94700E3F939 /* UITableView+BMTemplateLayoutCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UITableView+BMTemplateLayoutCell.h"; sourceTree = "<group>"; };
9292
32545A3F1F9DD94700E3F939 /* UITableView+BMTemplateLayoutCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITableView+BMTemplateLayoutCell.m"; sourceTree = "<group>"; };
9393
3259ABC21F41571800B250DA /* BMTemplateLayoutCellDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BMTemplateLayoutCellDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -276,7 +276,7 @@
276276
3259ABB91F41571800B250DA = {
277277
isa = PBXGroup;
278278
children = (
279-
32545A381F9DD8F300E3F939 /* BMTemplateLayoutCell.podspec */,
279+
3224720B2091CAE500FD441B /* UITableView-BMTemplateLayoutCell.podspec */,
280280
32545A351F9DD8F300E3F939 /* BMTemplateLayoutCell */,
281281
3259ABC41F41571800B250DA /* BMTemplateLayoutCellDemo */,
282282
3259ABDE1F41571800B250DA /* BMTemplateLayoutCellDemoTests */,
@@ -650,7 +650,7 @@
650650
326871D920313C3600CB277E /* 3.png in Resources */,
651651
3259ABD21F41571800B250DA /* Assets.xcassets in Resources */,
652652
326871DD20313C3600CB277E /* 7.png in Resources */,
653-
32545A3A1F9DD8F300E3F939 /* BMTemplateLayoutCell.podspec in Resources */,
653+
3224720C2091CAE500FD441B /* UITableView-BMTemplateLayoutCell.podspec in Resources */,
654654
32A243CF1F501FF200224A43 /* BMRootVC.xib in Resources */,
655655
3159AED11F4C8C00003FAF19 /* BMXibCellVC.xib in Resources */,
656656
326871D720313C3600CB277E /* 1.png in Resources */,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Pod::Spec.new do |s|
2-
s.name = 'BMTemplateLayoutCell'
2+
s.name = 'UITableView-BMTemplateLayoutCell'
33
s.version = '2.0.0'
44
s.summary = 'Template autolayout cell for automatically UITableViewCell UITableViewHeaderFooterView height calculating'
55
s.homepage = 'https://github.com/asiosldh/UITableView-BMTemplateLayoutCell'

0 commit comments

Comments
 (0)