blob: a36bbcddaf25602a62af946c073c9932b8949062 [file] [log] [blame]
{
"name": "APLVideoPlayerView",
"version": "0.0.2",
"summary": "APLVideoPlayerView is a simple way to integrate a video player.",
"description": "APLVideoPlayerView is a UIView that uses AV video player and enables easy use of\na video player view in your iOS app. It can be used fullscreen or placed in a \ncontainer view.",
"homepage": "https://github.com/apploft/APLVideoPlayerView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christine Pühringer": "christine.puehringer@apploft.de"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/apploft/APLVideoPlayerView.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}