Skip to content

Commit

Permalink
update: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rinov committed May 31, 2022
1 parent 0fca9e8 commit ef21959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/YoutubeKit/Player/YTSwiftyPlayerDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

// MARK: - YTSwiftyPlayerDelegate
public protocol YTSwiftyPlayerDelegate: class {
public protocol YTSwiftyPlayerDelegate: AnyObject {

/**
- parameters:
Expand Down
2 changes: 1 addition & 1 deletion YoutubeKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YoutubeKit'
s.version = '0.5.0'
s.version = '0.6.0'
s.summary = 'YoutubeKit is a video player for easily create a Youtube app.'

s.description = <<-DESC
Expand Down

0 comments on commit ef21959

Please sign in to comment.