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