diff --git a/XCDYouTubeVideoPlayerViewController/1.0.0/XCDYouTubeVideoPlayerViewController.podspec b/XCDYouTubeVideoPlayerViewController/1.0.0/XCDYouTubeVideoPlayerViewController.podspec new file mode 100644 index 00000000..599c4ef0 --- /dev/null +++ b/XCDYouTubeVideoPlayerViewController/1.0.0/XCDYouTubeVideoPlayerViewController.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "XCDYouTubeVideoPlayerViewController" + s.version = "1.0.0" + s.summary = "YouTube video player for iPhone and iPad." + s.homepage = "https://github.com/0xced/XCDYouTubeVideoPlayerViewController" + s.license = 'MIT' + s.author = { "Cédric Luthi" => "cedric.luthi@gmail.com" } + s.source = { :git => "https://github.com/0xced/XCDYouTubeVideoPlayerViewController.git", :tag => "1.0.0" } + s.platform = :ios, '5.0' + s.source_files = 'XCDYouTubeVideoPlayerViewController' + s.frameworks = 'AVFoundation', 'MediaPlayer' + s.requires_arc = true +end