blob: 817bfba2ca10e3f7834ad1f0c718c64497915a7e [file] [log] [blame]
{
"name": "MobileVLCKit",
"version": "2.2.1",
"summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.",
"homepage": "https://wiki.videolan.org/VLCKit/",
"license": {
"type": "LGPLv2.1",
"file": "MobileVLCKit-binary/COPYING.txt"
},
"authors": [
"Pierre d'Herbemont",
{
"Felix Paul Kühne": "fkuehne@videolan.org"
}
],
"source": {
"http": "http://download.videolan.org/pub/videolan/vlc-iOS/2.3.0/MobileVLCKit-2.2.0-rc1-binary.zip"
},
"ios": {
"vendored_frameworks": "MobileVLCKit-binary/MobileVLCKit.framework"
},
"public_header_files": "MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h",
"platforms": {
"ios": "5.1.1"
},
"frameworks": [
"QuartzCore",
"CoreText",
"AVFoundation",
"Security",
"CFNetwork",
"AudioToolbox",
"OpenGLES",
"CoreGraphics"
],
"libraries": [
"stdc++",
"xml2",
"z",
"bz2",
"iconv"
],
"requires_arc": false,
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libstdc++"
}
}