[![CI Status](http://img.shields.io/travis/Célian Moutafis/CMPlayerViewController.svg?style=flat)](https://travis-ci.org/Célian Moutafis/CMPlayerViewController)
To run the example project, clone the repo, and run pod install
from the Example directory first.
CMPlayerViewController is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "CMPlayerViewController"
To instanciate the ViewController
let playerViewController = CMPlayerViewController(url : "myVideoUrl")
self.presentViewController(playerViewController, animated: true, completion: nil)
Célian Moutafis
CMPlayerViewController is available under the Apache license. See the LICENSE file for more info.