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

Commit 6eb9f17

Browse files
committed
Bumped cocoapods version
1 parent d1666fc commit 6eb9f17

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.2"
3+
s.version = "0.0.3"
44
s.license = 'Public Domain'
55

66
s.ios.deployment_target = '7.0'
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
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."
1212
s.homepage = "https://github.com/hellozimi/HCYoutubeParser"
1313

14-
s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => "0.0.2" }
14+
s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => "0.0.3" }
1515

1616
s.source_files = 'YoutubeParser/Classes'
1717
s.public_header_files = 'YoutubeParser/Classes/*.h'

0 commit comments

Comments
 (0)