| { |
| "name": "PBYouTubeVideoViewController", |
| "version": "1.0", |
| "summary": "A view controller that embeds the YouTube iframe HTML 5 player.", |
| "description": " PBYouTubeVideoViewController shows the YouTube iframe HTML 5 video player in a UIWebView.\n PBYouTubeVideoViewController send the player events to a delegate and declares player methods in Objective-C providing an easy way to show a YouTube video in your iOS app.\n", |
| "homepage": "https://github.com/pbernery/PBYouTubeVideoViewController", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": "Philippe Bernery", |
| "source": { |
| "git": "https://github.com/pbernery/PBYouTubeVideoViewController.git", |
| "tag": "1.0" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source_files": "PBYouTubeVideoViewController/Library", |
| "resources": "PBYouTubeVideoViewController/Library/PBYouTubeVideoView.html", |
| "requires_arc": true |
| } |