Skip to content

Commit bc7d94b

Browse files
committed
update: project version, README.md
1 parent 95d9de4 commit bc7d94b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

TABAnimated.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

TABAnimatedDemo/TABAnimatedDemo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,7 +2032,7 @@
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;
@@ -2049,7 +2049,7 @@
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",
@@ -2068,7 +2068,7 @@
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 = (
@@ -2084,7 +2084,7 @@
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",

0 commit comments

Comments
 (0)