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