blob: eb87d5bf1fd84a0ba00bdab8cd78431fd3ea6208 [file] [log] [blame]
{
"name": "YouboraAVPlayerAdapter",
"version": "6.4.2",
"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_version": "5.0",
"source": {
"git": "https://bitbucket.org/npaw/avplayer-adapter-ios.git",
"tag": "6.4.2"
},
"source_files": "YouboraAVPlayerAdapter/**/*.{h,m}",
"public_header_files": "YouboraAVPlayerAdapter/**/*.h",
"requires_arc": true,
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAADAPTER_VERSION=6.4.2"
},
"dependencies": {
"YouboraLib": [
"~>6.4.0"
]
}
}