Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit 64511f6

Browse files
committed
Merge pull request #37 from jcavar/master
New pod spec file
2 parents c385eb7 + ee3dcf8 commit 64511f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HCYoutubeParser.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "HCYoutubeParser"
3-
s.version = "0.0.1"
3+
s.version = "0.0.2"
44
s.license = 'Public Domain'
55
s.platform = :ios
66

@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.description = "HCYoutubeParser is a class which lets you get the iOS compatible video url from YouTube so you don't need to use a UIWebView or open the YouTube Application."
1010
s.homepage = "https://github.com/hellozimi/HCYoutubeParser"
1111

12-
s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => s.version.to_s }
12+
s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => "v0.0.2" }
1313

1414
s.source_files = 'YoutubeParser/Classes'
1515
s.public_header_files = 'YoutubeParser/Classes/*.h'

0 commit comments

Comments
 (0)