blob: c932d3f3e7f7264af712f22ff7ca2168f978b9aa [file] [log] [blame]
{
"name": "Youbora-AVPlayer",
"version": "5.4.18",
"summary": "Youbora plugin for AVPlayer.",
"description": "<<-DESC\n Youbora plugin for AVPlayer.\n DESC",
"homepage": "http://developer.nicepeopleatwork.com/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Nice People at Work": "support@nicepeopleatwork.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/NicePeopleAtWork/Youbora-AVPlayer-iOS.git",
"tag": "5.4.18"
},
"default_subspecs": "default",
"requires_arc": true,
"subspecs": [
{
"name": "default",
"ios": {
"vendored_frameworks": "ios/static/YouboraPluginAVPlayer.framework"
},
"tvos": {
"vendored_frameworks": "tvos/static/YouboraPluginAVPlayerTvOS.framework"
},
"dependencies": {
"Youbora-YouboraLib": [
"5.4.4"
]
}
},
{
"name": "dynamic",
"ios": {
"vendored_frameworks": "ios/dynamic/YouboraPluginAVPlayer.framework"
},
"tvos": {
"vendored_frameworks": "tvos/dynamic/YouboraPluginAVPlayerTvOS.framework"
},
"dependencies": {
"Youbora-YouboraLib/dynamic": [
"5.4.4"
]
}
}
]
}