blob: 7c6b4736cd3bd14b720428cf2d1fee5cc36f5a44 [file] [log] [blame]
{
"name": "MobileVLCKit-prod",
"version": "2.7.2",
"summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.",
"homepage": "https://code.videolan.org/videolan/VLCKit",
"license": {
"type": "LGPL v2.1",
"file": "MobileVLCKit-binary/COPYING.txt"
},
"documentation_url": "https://wiki.videolan.org/VLCKit/",
"platforms": {
"ios": "7.0"
},
"authors": [
"Pierre d'Herbemont",
{
"Felix Paul Kühne": "fkuehne@videolan.org"
}
],
"source": {
"http": "http://people.videolan.org/~feepk/MobileVLCKit-prod/MobileVLCKit-2.7.2.zip"
},
"ios": {
"vendored_frameworks": "MobileVLCKit-binary/MobileVLCKit.framework"
},
"public_header_files": "MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h",
"frameworks": [
"QuartzCore",
"CoreText",
"AVFoundation",
"Security",
"CFNetwork",
"AudioToolbox",
"OpenGLES",
"CoreGraphics",
"VideoToolbox",
"CoreMedia"
],
"libraries": [
"c++",
"xml2",
"z",
"bz2",
"iconv"
],
"requires_arc": false,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}