Skip to content

Commit 1d0f617

Browse files
committedMay 10, 2020
Fix podspec version
1 parent e1df29c commit 1d0f617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎YouTubePlayer.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "YouTubePlayer"
3-
s.version = "v0.6.0"
3+
s.version = "0.6.0"
44
s.summary = "Swift library for embedding and controlling YouTube videos in your iOS applications"
55
s.homepage = "https://github.com/gilesvangruisen/Swift-YouTube-Player"
66
s.license = { :type => "MIT", :file => "LICENSE" }

0 commit comments

Comments
 (0)
Please sign in to comment.