blob: 955c172d5ea9d311d080f0d2bb0f3c62227830d6 [file] [log] [blame]
{
"name": "TVVLCKit-unstable",
"version": "3.0.0a10",
"summary": "TVVLCKit is an Objective-C wrapper for libvlc's external interface on tvOS.",
"homepage": "https://code.videolan.org/videolan/VLCKit",
"license": {
"type": "LGPLv2.1",
"file": "TVVLCKit-binary/COPYING.txt"
},
"documentation_url": "https://wiki.videolan.org/VLCKit/",
"platforms": {
"tvos": "9.0"
},
"authors": {
"Pierre d'Herbemont": "pdherbemont@videolan.org",
"Felix Paul Kühne": "fkuehne@videolan.org",
"Tobias Conradi": "videolan@tobias-conradi.de",
"Carola Nitz": "caro@videolan.org"
},
"source": {
"http": "http://download.videolan.org/pub/cocoapods/unstable/TVVLCKit-unstable-3.0.0a10.zip"
},
"tvos": {
"vendored_frameworks": "TVVLCKit-binary/TVVLCKit.framework"
},
"source_files": "TVVLCKit-binary/TVVLCKit.framework/Headers/*.h",
"public_header_files": "TVVLCKit-binary/TVVLCKit.framework/Headers/*.h",
"frameworks": [
"CoreText",
"AVFoundation",
"AudioToolbox",
"OpenGLES"
],
"libraries": [
"c++",
"xml2",
"z",
"bz2",
"iconv"
],
"requires_arc": false,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}