Skip to content

Commit 74f7ecc

Browse files
committed
doc: release 2.5.3
1 parent 53d389b commit 74f7ecc

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
Pods/*
1+
Pods
2+
UserInterface.xcuserstate
3+
xcuserdata/
4+
*.lock

SVGAPlayer.podspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

22
Pod::Spec.new do |s|
33
s.name = "SVGAPlayer"
4-
s.version = "2.5.2"
4+
s.version = "2.5.3"
55
s.summary = "SVGAPlayer 是一个高性能的动画播放器"
66
s.description = <<-DESC
7-
SVGA 是一个私有的动画格式,由 YY UED 主导开发。
8-
SVGA 由 SVG 演进而成,与 SVG 不兼容。
9-
SVGA 可以在 iOS / Android / Web(PC/移动端) 实现高性能的动画播放。
7+
SVGA 是一种全新的动画格式,由 YY UED 团队主导开发;
8+
SVGA 让动画开发分工明确,大大减少动画交互的沟通成本,提升开发效率;
9+
SVGA 可以在 iOS / Android / Web / Flutter 实现高性能的动画播放。
1010
DESC
1111

1212
s.homepage = "http://code.yy.com/ued/SVGAPlayer"
1313
s.license = "Apache 2.0"
1414
s.author = { "PonyCui" => "[email protected]" }
1515
s.platform = :ios, "7.0"
16-
s.source = { :git => "https://github.com/yyued/SVGAPlayer-iOS.git", :tag => s.version }
16+
s.source = { :git => "https://github.com/svga/SVGAPlayer-iOS.git", :tag => s.version }
1717
s.subspec 'Core' do |ss|
1818
ss.source_files = "Source/*.{h,m}"
1919
ss.requires_arc = true

0 commit comments

Comments
 (0)