Skip to content

Commit

Permalink
update: add class declare for cache manager
Browse files Browse the repository at this point in the history
  • Loading branch information
anwenhu committed Jan 18, 2024
1 parent aeb035d commit 22435f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions TABAnimated.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|

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

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

NS_ASSUME_NONNULL_BEGIN

@class TABFormAnimated, TABAnimatedProduction;
@class TABViewAnimated, TABFormAnimated, TABAnimatedProduction;

extern NSString * const TABCacheManagerFolderName;

Expand Down

0 comments on commit 22435f6

Please sign in to comment.