blob: 3b53d7a2c5d1c7e41932e545830eaa331be0c104 [file] [log] [blame]
{
"name": "FPTMobileVLCKit",
"version": "1.0.1",
"summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.",
"homepage": "https://gitlab.com/bauloc/FPTMobileVLCKit",
"license": {
"type": "LGPL v2.1",
"file": "LICENSE"
},
"authors": [
"Pierre d'Herbemont",
{
"Felix Paul Kühne": "fkuehne@videolan.org"
}
],
"source": {
"git": "https://gitlab.com/bauloc/FPTMobileVLCKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"public_header_files": "FPTMobileVLCKit/*.framework/Headers/*.h",
"source_files": "FPTMobileVLCKit/*.framework/Headers/*.h",
"vendored_frameworks": "FPTMobileVLCKit/DynamicMobileVLCKit.framework",
"frameworks": [
"QuartzCore",
"CoreText",
"AVFoundation",
"Security",
"CFNetwork",
"AudioToolbox",
"OpenGLES",
"CoreGraphics",
"VideoToolbox",
"CoreMedia"
],
"libraries": [
"c++",
"xml2",
"z",
"bz2",
"iconv"
],
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}