blob: f5357a05ce19d4942eb72e4115c89d0791a7ac0e [file] [log] [blame]
{
"name": "PictureInPictureVC",
"version": "1.0.0",
"summary": "Picture in picture mode for UIViewController.",
"description": "Default PictureInPicture mode of iOS only supports AVPlayerViewController, but this framework can do the same for UIViewController.",
"homepage": "http://github.com/kbs95",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Karanbir Singh": "karanbir.singh@dropitapp.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/kbs95/PictureInPicture.git",
"tag": "1.0.0"
},
"source_files": "PictureInPicture/**/*.{swift}",
"swift_version": "4.2"
}