Skip to content

Commit

Permalink
Merge branch 'master' of github.com:janlionly/SwiftySVGAPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
janlionly committed Mar 14, 2020
2 parents ed50450 + 2ff2aac commit d129485
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SVGADemo/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ViewController: UIViewController {
player.isKeepWhenStop = true
player.isUserInteractionEnabled = true
var isPause = false

player.svgaPoint = CGPoint(x: 0, y: -60)
weak var weakPlayer = player
player.tapClosure = {
print("You tap the svga")
Expand Down
Binary file modified SwiftySVGAPlayer.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified SwiftySVGAPlayer.framework/SwiftySVGAPlayer
Binary file not shown.
3 changes: 2 additions & 1 deletion SwiftySVGAPlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Pod::Spec.new do |s|
s.name = 'SwiftySVGAPlayer'
s.version = '1.2.9'
s.version = '1.3.3'

s.summary = 'SwiftySVGAPlayer is a high level APIs based on SVGAPlayer.'
s.description = 'Support play svga according url or local svga data, default push svga in FIFO queue, and then pop to play, and you can set isInstant value true for cancel the queue.'

Expand Down

0 comments on commit d129485

Please sign in to comment.