Skip to content

Commit

Permalink
Release 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lilfaf committed Dec 15, 2014
1 parent 77cf780 commit 4a44cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Sample/MacSample/MainWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ - (void)windowDidLoad {
- (void)windowWillClose:(NSNotification *)notification {
[self.videoPlayer pause];
[self.playerView removeFromSuperviewWithoutNeedingDisplay];
//self.videoPlayer.delegate = nil;
self.videoPlayer = nil;
self.playerView = nil;
}
Expand Down
4 changes: 2 additions & 2 deletions YTVimeoExtractor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "YTVimeoExtractor"
s.version = "0.0.7"
s.version = "0.0.8"
s.summary = "Fetches Vimeo's mp4 URLs for iOS."
s.description = <<-DESC
YTVimeoExtractor is a class which lets you get the iOS
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/lilfaf/YTVimeoExtractor"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Louis Larpin" => "[email protected]" }
s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "0.0.7" }
s.source = { :git => "https://github.com/lilfaf/YTVimeoExtractor.git", :tag => "0.0.8" }

s.platform = :ios, '5.0'
s.platform = :osx, '10.8'
Expand Down

0 comments on commit 4a44cdf

Please sign in to comment.