File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
TABAnimatedDemo/TABAnimatedDemo.xcodeproj Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ TABAnimated是提供给iOS开发者自动生成骨架屏的一种解决方案。
9696- CocoaPods
9797
9898```
99- pod 'TABAnimated', '2.6.0 '
99+ pod 'TABAnimated', '2.6.2 '
100100```
101101
102102- Carthage
Original file line number Diff line number Diff line change @@ -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 => "f707602e72b943cffdf44bc07ee9816a52319105 " }
29+ s . source = { :git => "https://github.com/tigerAndBull/TABAnimated.git" , :commit => "95d9de412261b1ee51e39d94516909567757844c " }
3030
3131 s . source_files = 'TABAnimatedDemo/TABAnimated/**/*.{h,m}'
3232
Original file line number Diff line number Diff line change 20322032 ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "";
20332033 CODE_SIGN_IDENTITY = "iPhone Developer";
20342034 CODE_SIGN_STYLE = Automatic;
2035- CURRENT_PROJECT_VERSION = 2.5.7 ;
2035+ CURRENT_PROJECT_VERSION = 2.6.2 ;
20362036 DEBUG_INFORMATION_FORMAT = dwarf;
20372037 DEVELOPMENT_TEAM = JGZKPAYJ7R;
20382038 ENABLE_BITCODE = NO;
20492049 "$(inherited)",
20502050 "@executable_path/Frameworks",
20512051 );
2052- MARKETING_VERSION = 2.5.7 ;
2052+ MARKETING_VERSION = 2.6.2 ;
20532053 OTHER_LDFLAGS = (
20542054 "-Xlinker",
20552055 "-interposable",
20682068 ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = "";
20692069 CODE_SIGN_IDENTITY = "iPhone Developer";
20702070 CODE_SIGN_STYLE = Automatic;
2071- CURRENT_PROJECT_VERSION = 2.5.7 ;
2071+ CURRENT_PROJECT_VERSION = 2.6.2 ;
20722072 DEVELOPMENT_TEAM = JGZKPAYJ7R;
20732073 ENABLE_BITCODE = NO;
20742074 FRAMEWORK_SEARCH_PATHS = (
20842084 "$(inherited)",
20852085 "@executable_path/Frameworks",
20862086 );
2087- MARKETING_VERSION = 2.5.7 ;
2087+ MARKETING_VERSION = 2.6.2 ;
20882088 OTHER_LDFLAGS = (
20892089 "-Xlinker",
20902090 "-interposable",
You can’t perform that action at this time.
0 commit comments