[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 2 / TVVLCKit-unstable / 3.0.0a9 / TVVLCKit-unstable.podspec.json
blob9754df763d3a76f982b6d03d185a890c970577b2
2   "name": "TVVLCKit-unstable",
3   "version": "3.0.0a9",
4   "summary": "TVVLCKit is an Objective-C wrapper for libvlc's external interface on tvOS.",
5   "homepage": "https://code.videolan.org/videolan/VLCKit",
6   "license": {
7     "type": "LGPLv2.1",
8     "file": "TVVLCKit-binary/COPYING.txt"
9   },
10   "documentation_url": "https://wiki.videolan.org/VLCKit/",
11   "platforms": {
12     "tvos": "9.0"
13   },
14   "authors": {
15     "Pierre d'Herbemont": "pdherbemont@videolan.org",
16     "Felix Paul Kühne": "fkuehne@videolan.org",
17     "Tobias Conradi": "videolan@tobias-conradi.de",
18     "Carola Nitz": "caro@videolan.org"
19   },
20   "source": {
21     "http": "http://download.videolan.org/pub/cocoapods/unstable/TVVLCKit-unstable-3.0.0a9.zip"
22   },
23   "ios": {
24     "vendored_frameworks": "TVVLCKit-binary/TVVLCKit.framework"
25   },
26   "source_files": "TVVLCKit-binary/TVVLCKit.framework/Headers/*.h",
27   "public_header_files": "TVVLCKit-binary/TVVLCKit.framework/Headers/*.h",
28   "frameworks": [
29     "CoreText",
30     "AVFoundation",
31     "AudioToolbox",
32     "OpenGLES"
33   ],
34   "libraries": [
35     "c++",
36     "xml2",
37     "z",
38     "bz2",
39     "iconv"
40   ],
41   "requires_arc": false,
42   "xcconfig": {
43     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
44     "CLANG_CXX_LIBRARY": "libc++"
45   }