blob: 8b2db1a36717ab32cb4860e6a3822601dd049f09 [file] [log] [blame]
{
"name": "JPVideoPlayer",
"version": "2.0.5",
"summary": "Automatic play video in UITableView like Weibo home page in main thread and never block main thread.",
"description": "This library provides an video player with cache support in UITableView.Cache video data at playingHandle play or stop video in mian-threadExcellent performance!Always play the video of the UITableViewCell in screen center when scrollingA guarantee that the same URL won't be downloaded several timesA guarantee that main thread will never be blocked",
"homepage": "https://github.com/Chris-Pan/JPVideoPlayer",
"license": "MIT",
"authors": {
"NewPan": "13246884282@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Chris-Pan/JPVideoPlayer.git",
"tag": "2.0.5"
},
"source_files": "JPVideoPlayer/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation",
"MobileCoreServices"
],
"requires_arc": true
}