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

Commit

Permalink
Merge pull request #37 from jcavar/master
Browse files Browse the repository at this point in the history
New pod spec file
  • Loading branch information
hellozimi committed Apr 25, 2014
2 parents c385eb7 + ee3dcf8 commit 64511f6
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.1"
s.version = "0.0.2"
s.license = 'Public Domain'
s.platform = :ios

Expand All @@ -9,7 +9,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 => s.version.to_s }
s.source = { :git => "https://github.com/hellozimi/HCYoutubeParser.git", :tag => "v0.0.2" }

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

0 comments on commit 64511f6

Please # to comment.