blob: 3c35ab43bd1f415b6427902c0d911f7e679d3fdd [file] [log] [blame]
{
"name": "APLVideoPlayerView",
"version": "0.0.6",
"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.6"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}