blob: 0e8e4972a1d7ba82b4af97c5e74813cdea98f16e [file] [log] [blame]
{
"name": "JLVideoView",
"version": "0.1.0",
"summary": "A video playable view based on AVPlayer, not MPMoviePlayerController.",
"description": "A video playable view based on AVPlayer which is lower level than MPMoviePlayerController based player, so it is allowed to control more, such as playing multiple videos at same time.",
"homepage": "https://github.com/buhikon/JLVideoView",
"license": "MIT",
"authors": {
"Joey L.": "slarinz@gmail.com"
},
"source": {
"git": "https://github.com/buhikon/JLVideoView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JLVideoView/Classes/**/*",
"resource_bundles": {
"JLVideoView": [
"JLVideoView/Assets/*.png"
]
}
}