blob: f5e21f5b97b86505c75eca0d5c1adc49a7cc0f7e [file] [log] [blame]
{
"name": "PiPhone",
"version": "1.0",
"summary": "Picture in picture video playback for iPhone",
"description": "PiPhone is a drop in solution to support picture-in-picture (user-initiated playback of video in a floating, resizable window) on iPhone devices.",
"homepage": "https://github.com/ky1vstar/PiPhone",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ky1vstar": "ky1vstar@yandex.ru"
},
"source": {
"git": "https://github.com/ky1vstar/PiPhone.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"resources": "Source/*.xcassets",
"public_header_files": [
"Source/PiPhone.h",
"Source/Core/PiPManager.h"
],
"source_files": "Source/**/*.{h,m}",
"frameworks": [
"UIKit",
"AVKit"
]
}