Skip to content

Commit 22435f6

Browse files
committed
update: add class declare for cache manager
1 parent aeb035d commit 22435f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

TABAnimated.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |s|
55

66
#tag方式:填tag名称
77
#commit方式:填commit的id
8-
s.version = "2.6.4"
8+
s.version = "2.6.5"
99
#库的简介
1010
s.summary = "TABAnimated是一个ios平台上的网络过渡动画(骨架屏)的封装"
1111

@@ -26,7 +26,7 @@ Pod::Spec.new do |s|
2626
s.platform = :ios, "8.0"
2727

2828
#库的地址
29-
s.source = { :git => "https://github.com/tigerAndBull/TABAnimated.git", :commit => "03d81258f658ce56d81143180ea6803f8bd16d82" }
29+
s.source = { :git => "https://github.com/tigerAndBull/TABAnimated.git", :tag => "2.6.5" }
3030

3131
s.source_files = 'TABAnimatedDemo/TABAnimated/**/*.{h,m}'
3232

TABAnimatedDemo/TABAnimated/Cache/TABAnimatedCacheManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
NS_ASSUME_NONNULL_BEGIN
1212

13-
@class TABFormAnimated, TABAnimatedProduction;
13+
@class TABViewAnimated, TABFormAnimated, TABAnimatedProduction;
1414

1515
extern NSString * const TABCacheManagerFolderName;
1616

0 commit comments

Comments
 (0)