blob: b7d1728d00fa3a9c12662a9611d05e1ba26f343b [file] [log] [blame]
{
"name": "MPMoviePlayerController+XCDOverlayView",
"version": "1.0.0",
"summary": "Overlay view synchronized with playback controls for MPMoviePlayerController",
"description": " Displaying some information in overlay to a movie is an easy task.\n Synchronizing the overlay with the playback controls of `MPMoviePlayerController` is a hard task.\n **MPMoviePlayerController+XCDOverlayView** lets you add your own view to a\n `MPMoviePlayerController`and automatically synchronizes it with the playback controls.\n",
"homepage": "https://github.com/0xced/MPMoviePlayerController-XCDOverlayView",
"screenshots": "https://raw.github.com/0xced/MPMoviePlayerController-XCDOverlayView/1.0.0/Screenshots/MPMoviePlayerController-XCDOverlayView.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CeĢdric Luthi": "cedric.luthi@gmail.com"
},
"social_media_url": "https://twitter.com/0xced",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/0xced/MPMoviePlayerController-XCDOverlayView.git",
"tag": "1.0.0"
},
"source_files": "MPMoviePlayerController+XCDOverlayView",
"frameworks": "MediaPlayer",
"requires_arc": true
}