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