[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 7 / MobileVLCKit / 2.2.0 / MobileVLCKit.podspec.json
blobdcc8f827cb12895edec800ed38185ff49d5cb20b
2   "name": "MobileVLCKit",
3   "version": "2.2.0",
4   "summary": "MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS.",
5   "homepage": "https://wiki.videolan.org/VLCKit/",
6   "license": {
7     "type": "LGPLv2.1",
8     "file": "MobileVLCKit-binary/COPYING.txt"
9   },
10   "authors": [
11     "Pierre d'Herbemont",
12     {
13       "Felix Paul Kühne": "fkuehne@videolan.org"
14     }
15   ],
16   "source": {
17     "http": "http://download.videolan.org/pub/videolan/vlc-iOS/2.3.0/MobileVLCKit-2.2.0-rc1-binary.zip"
18   },
19   "ios": {
20     "vendored_frameworks": "MobileVLCKit-binary/MobileVLCKit.framework"
21   },
22   "public_header_files": "MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h",
23   "platforms": {
24     "ios": "5.1.1"
25   },
26   "frameworks": [
27     "QuartzCore",
28     "CoreText",
29     "AVFoundation",
30     "MessageUI",
31     "Security",
32     "CFNetwork",
33     "AudioToolbox",
34     "OpenGLES",
35     "CoreGraphics",
36     "MediaPlayer"
37   ],
38   "libraries": [
39     "stdc++",
40     "xml2",
41     "z",
42     "bz2",
43     "iconv"
44   ],
45   "requires_arc": false,
46   "xcconfig": {
47     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
48     "CLANG_CXX_LIBRARY": "libc++"
49   }