diff --git a/TABAnimated.podspec b/TABAnimated.podspec index 8217bf4..7a1a5af 100755 --- a/TABAnimated.podspec +++ b/TABAnimated.podspec @@ -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平台上的网络过渡动画(骨架屏)的封装" @@ -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}' diff --git a/TABAnimatedDemo/TABAnimated/Cache/TABAnimatedCacheManager.h b/TABAnimatedDemo/TABAnimated/Cache/TABAnimatedCacheManager.h index a693d0e..8456734 100755 --- a/TABAnimatedDemo/TABAnimated/Cache/TABAnimatedCacheManager.h +++ b/TABAnimatedDemo/TABAnimated/Cache/TABAnimatedCacheManager.h @@ -10,7 +10,7 @@ NS_ASSUME_NONNULL_BEGIN -@class TABFormAnimated, TABAnimatedProduction; +@class TABViewAnimated, TABFormAnimated, TABAnimatedProduction; extern NSString * const TABCacheManagerFolderName;