# LXMPlayer [![CI Status](https://img.shields.io/travis/billthas@gmail.com/LXMPlayer.svg?style=flat)](https://travis-ci.org/billthas@gmail.com/LXMPlayer) [![Version](https://img.shields.io/cocoapods/v/LXMPlayer.svg?style=flat)](https://cocoapods.org/pods/LXMPlayer) [![License](https://img.shields.io/cocoapods/l/LXMPlayer.svg?style=flat)](https://cocoapods.org/pods/LXMPlayer) [![Platform](https://img.shields.io/cocoapods/p/LXMPlayer.svg?style=flat)](https://cocoapods.org/pods/LXMPlayer) 封装AVPlayer的一个简单的播放器,提供block回调,只需设置URL即可播放本地或者网络视频。 [这里](https://www.jianshu.com/p/0eb4f84ef55b)有一篇总结 ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation LXMPlayer is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'LXMPlayer' ``` ## Author billthas@gmail.com, billthas@gmail.com ## License LXMPlayer is available under the MIT license. See the LICENSE file for more info.