[Add] Iaphub 4.6.0
[CocoaPods.git] / Specs / 5 / b / 2 / VLCMediaLibraryKit / 0.13.0a7 / VLCMediaLibraryKit.podspec.json
blob9ed301f4869744cd7c19cde23d454d71871c47c9
2   "name": "VLCMediaLibraryKit",
3   "version": "0.13.0a7",
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",
7   "license": {
8     "type": "LGPLv2.1",
9     "file": "COPYING"
10   },
11   "authors": {
12     "Soomin Lee": "bubu@mikan.io",
13     "Felix Paul Kühne": "fkuehne@videolan.org",
14     "Carola Nitz": "caro@videolan.org"
15   },
16   "social_media_url": "http://twitter.com/videolan",
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "11.0"
20   },
21   "source": {
22     "http": "https://download.videolan.org/pub/cocoapods/unstable/VLCMediaLibraryKit-0.13.0a7-82cf2d7-3fd80d50.zip",
23     "sha256": "bcdec888e601dccf39cc3429e34116bfb3b3a4fa5dc9c5926b5f73dd394b5554"
24   },
25   "vendored_frameworks": "VLCMediaLibraryKit.xcframework",
26   "frameworks": "Foundation",
27   "requires_arc": true,
28   "dependencies": {
29     "VLCKit": [
30       ">= 4.0.0a3"
31     ]
32   },
33   "xcconfig": {
34     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
35     "CLANG_CXX_LIBRARY": "libc++"
36   }