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

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozimi committed Dec 31, 2015
1 parent 8880b4f commit 4171f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HCYoutubeParser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "HCYoutubeParser"
s.version = "0.0.4"
s.version = "0.0.5"
s.license = 'Public Domain'

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

s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => "0.0.4" }
s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => "0.0.5" }

s.source_files = 'YoutubeParser/Classes'
s.public_header_files = 'YoutubeParser/Classes/*.h'
Expand Down

0 comments on commit 4171f13

Please sign in to comment.