[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / f / 7 / MobileVLCKit / 3.6.0b6 / MobileVLCKit.podspec.json
blob9c5acbcb2e2f9c09d5d244bd08a55e71f88ce00d
2   "name": "MobileVLCKit",
3   "version": "3.6.0b6",
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": "COPYING.txt"
9   },
10   "documentation_url": "https://wiki.videolan.org/VLCKit/",
11   "social_media_url": "https://twitter.com/videolan",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "authors": {
16     "Pierre d'Herbemont": "pdherbemont@videolan.org",
17     "Felix Paul Kühne": "fkuehne@videolabs.io",
18     "Alexandre Janniaux": "ajanni@videolabs.io",
19     "Hank Anderson": "ataganak@gmail.com",
20     "Maxime Chapelet": "umxprime@videolabs.io",
21     "Carola Nitz": "nitz.carola@googlemail.com",
22     "Jean-Baptiste Kempf": "jb@videolan.org",
23     "Rafaël Carré": "funman@videolan.org",
24     "Faustino E. Osuna": "riquedafreak@videolan.org",
25     "Rémi Denis-Courmont": "remi@remlab.net",
26     "Faustino Osuna": "riquedafreak@videolan.org",
27     "Tanguy Krotoff": "tkrotoff@gmail.com",
28     "VideoLAN": "videolan@videolan.org",
29     "Derk-Jan Hartman": "hartman@videolan.org",
30     "Jean-Paul Saman": "jpsaman@videolan.org",
31     "Malte Tancred": "malte@frontbase.com",
32     "Mike Schrag": "mschrag@pobox.com",
33     "Sebastien Zwickert": "dilaroga@free.fr",
34     "Toralf Niebuhr": "gmthor85@aim.com",
35     "Emmanuel de Roux": "lostbread@free.fr",
36     "Daniel Mierswa": "impulze@impulze.org",
37     "Rune Botten": "rbotten@gmail.com",
38     "Konstantin Pavlov": "thresh@videolan.org",
39     "Pere Orga": "gotrunks@gmail.com",
40     "Philippe Coent": "philippe.coent@gmail.com",
41     "Andrey Utkin": "andrey.krieger.utkin@gmail.com",
42     "Brendon Justin": "brendonjustin@gmail.com",
43     "Sylver Bruneau": "sylver.bruneau@gmail.com",
44     "Gleb Pinigin": "gpinigin@gmail.com",
45     "Kuang Rufan": "master@a1983.com.cn",
46     "Paul Williamson": "squarefrog@gmail.com",
47     "David Fuhrmann": "david.fuhrmann@googlemail.com",
48     "Brion Vibber": "brion@pobox.com",
49     "Martin Storsjö": "martin@martin.st",
50     "Winston Weinert": "winston@ml1.net",
51     "Florent Pillet": "fpillet@gmail.com",
52     "Paulo Vitor Magacho da Silva": "pvmagacho@gmail.com",
53     "James Dumay": "james.w.dumay@gmail.com",
54     "Jörg Bleyel": "jbleyel@gmx.net",
55     "Aleksandr Matuzok": "sherilynhope@gmail.com",
56     "Pierre SAGASPE": "pierre.sagaspe@me.com",
57     "Shenggang Hu": "mrhhsg@gmail.com",
58     "Filipe Cabecinhas": "vlc@filcab.net",
59     "Jeremy Marchand": "kodlian@users.noreply.github.com",
60     "Andre Silva": "andre.silva@blip.pt",
61     "Stefan Schmidt-Bilkenroth": "ssb@mac.com",
62     "Benjamin Adolphi": "b.adolphi@gmail.com"
63   },
64   "source": {
65     "http": "https://download.videolan.org/pub/cocoapods/unstable/MobileVLCKit-3.6.0b6-198caf83-34cd4a61.tar.xz",
66     "sha256": "02522e97a9060f998cc3d88abb3293254996b06e8e56bd1b06060b0aa4033ff7"
67   },
68   "ios": {
69     "vendored_frameworks": "MobileVLCKit.xcframework"
70   },
71   "frameworks": [
72     "QuartzCore",
73     "CoreText",
74     "AVFoundation",
75     "Security",
76     "CFNetwork",
77     "AudioToolbox",
78     "OpenGLES",
79     "CoreGraphics",
80     "VideoToolbox",
81     "CoreMedia"
82   ],
83   "libraries": [
84     "c++",
85     "xml2",
86     "z",
87     "bz2",
88     "iconv"
89   ],
90   "requires_arc": false,
91   "pod_target_xcconfig": {
92     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
93     "CLANG_CXX_LIBRARY": "libc++"
94   }