Skip to content

Commit

Permalink
Add podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
lilfaf committed Sep 5, 2014
1 parent eacaa91 commit 70dde56
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions YTVimeoExtractor.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "YTVimeoExtractor"
s.version = "0.0.7"
s.summary = "Fetches Vimeo's mp4 URLs for iOS."
s.description = <<-DESC
YTVimeoExtractor is a class which lets you get the iOS
compatible video url from Vimeo which you can use in
MPMoviePlayerController, no need to use a UIWebView.
DESC
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.platform = :ios, '5.0'
s.source_files = 'YTVimeoExtractor/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 70dde56

Please sign in to comment.