blob: 5ede1b2438f4dec862034e276408ff19f483eeb9 [file] [log] [blame]
{
"name": "PIVideoPlayer",
"version": "0.1.0",
"summary": "A custom wrapper around AVFoundation for playing silent video files without any chrome.",
"description": " This is a custom implementation of a video player that provides no user interface elements around. It provides both a full-screen window implementation as well as a simple UIView implementation.\n",
"homepage": "https://github.com/prolificinteractive/PIVideoPlayer",
"license": "MIT",
"authors": {
"Christopher Jones": "chris.jones@haud.co"
},
"source": {
"git": "https://github.com/prolificinteractive/PIVideoPlayer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}