blob: 77b31ee163ffadd85e387bded39cf50217da0272 [file] [log] [blame]
{
"name": "YouboraAVPlayerAdapter",
"version": "6.5.14",
"summary": "Adapter to use YouboraLib on AVPlayer",
"description": "<<-DESC\n YouboraAVPlayerAdapter is an adapter used \n 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": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"swift_versions": [
"4.0",
"4.1",
"4.2",
"4.3",
"5.0",
"5.1"
],
"source": {
"git": "https://bitbucket.org/npaw/avplayer-adapter-ios.git",
"tag": "6.5.14"
},
"source_files": "YouboraAVPlayerAdapter/Generic/**/*.{h,m}",
"ios": {
"source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ iOS/YouboraAVPlayerAdapter.h"
},
"tvos": {
"source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ tvOS/YouboraAVPlayerAdapter.h"
},
"osx": {
"source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ OSX/YouboraAVPlayerAdapter.h"
},
"public_header_files": "YouboraAVPlayerAdapter/Generic/**/*.h, YouboraAVPlayerAdapter/YouboraAVPlayerAdapter iOS/YouboraAVPlayerAdapter.h",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAADAPTER_VERSION=6.5.14"
},
"default_subspecs": "Default",
"dependencies": {
"YouboraLib": [
"~> 6.5.0"
]
},
"subspecs": [
{
"name": "Default"
},
{
"name": "Streamroot",
"platforms": {
"ios": "10.2",
"tvos": "10.2"
},
"dependencies": {
"AVPlayerDNAPlugin": [
"~> 1.1.9"
]
},
"public_header_files": "YouboraAVPlayerAdapter/Generic/**/*.h, YouboraAVPlayerAdapter/YouboraAVPlayerAdapter iOS/YouboraAVPlayerAdapter.h",
"source_files": "YouboraAVPlayerAdapter/Generic/**/*.{h,m}",
"ios": {
"source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ iOS/YouboraAVPlayerAdapter.h"
},
"tvos": {
"source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ tvOS/YouboraAVPlayerAdapter.h"
}
},
{
"name": "Polynet",
"platforms": {
"ios": "10.2",
"tvos": "9.0"
},
"ios": {
"dependencies": {
"PolyNetSDK": [
"4.33.113"
]
},
"source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ iOS/YouboraAVPlayerAdapter.h"
},
"tvos": {
"dependencies": {
"PolyNetSDKtvOS": [
"4.32.113"
]
},
"source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ tvOS/YouboraAVPlayerAdapter.h"
},
"public_header_files": "YouboraAVPlayerAdapter/Generic/**/*.h, YouboraAVPlayerAdapter/YouboraAVPlayerAdapter iOS/YouboraAVPlayerAdapter.h",
"source_files": "YouboraAVPlayerAdapter/Generic/**/*.{h,m}"
}
],
"swift_version": "5.1"
}