2 "name": "VLCMediaLibraryKit",
4 "summary": "A MediaLibrary framework in Objective-C for iOS and OS X",
5 "description": "A MediaLibrary framework in C++ wrapped in Objective-C for iOS",
6 "homepage": "https://code.videolan.org/videolan/VLCMediaLibraryKit",
12 "Soomin Lee": "bubu@mikan.io",
13 "Felix Paul Kühne": "fkuehne@videolan.org",
14 "Carola Nitz": "caro@videolan.org"
16 "social_media_url": "http://twitter.com/videolan",
21 "http": "https://download.videolan.org/pub/cocoapods/prod/VLCMediaLibraryKit-0.1.1-389af62-85e0504b.zip"
23 "prefix_header_file": "VLCMediaLibraryKit_Prefix.pch",
25 "vendored_frameworks": "VLCMediaLibraryKit.framework",
32 "source_files": "VLCMediaLibraryKit.framework/Headers/*.h",
33 "public_header_files": "VLCMediaLibraryKit.framework/Headers/*.h",
34 "frameworks": "Foundation",
35 "libraries": "sqlite3",
37 "static_framework": true,
39 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
40 "CLANG_CXX_LIBRARY": "libc++"