File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- Pods /*
1+ Pods
2+ UserInterface.xcuserstate
3+ xcuserdata /
4+ * .lock
Original file line number Diff line number Diff line change 11
22Pod ::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
You can’t perform that action at this time.
0 commit comments