blob: 03d0e69cd925b2c8d924889c15f44f69a66c269b [file] [log] [blame]
{
"name": "MobileVLCKit-prod",
"version": "2.2.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://download.videolan.org/pub/cocoapods/MobileVLCKit-2.2.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++"
}
}