| { | |
| "name": "CVUMoviePlayerView", | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "version": "0.0.1", | |
| "license": "MIT", | |
| "summary": "Easy remote video playback in a `UIView` subclass.", | |
| "homepage": "https://github.com/ursachec/CVUMoviePlayerView", | |
| "authors": { | |
| "Claudiu-Vlad Ursache": "claudiu@cvursache.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/ursachec/CVUMoviePlayerView.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": "CVUMoviePlayerView/CVUMoviePlayerView.{h,m}", | |
| "requires_arc": true, | |
| "frameworks": "MediaPlayer" | |
| } |