Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLCKit
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxime Chapelet
VLCKit
Commits
e07f46bf
Commit
e07f46bf
authored
8 years ago
by
Felix Paul Kühne
Browse files
Options
Downloads
Patches
Plain Diff
MobileVLCKit-prod: ensure compatibility with cocoapods v1 and fix syntax error
parent
18ad9133
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MobileVLCKit-prod.podspec
+2
-1
2 additions, 1 deletion
MobileVLCKit-prod.podspec
with
2 additions
and
1 deletion
MobileVLCKit-prod.podspec
+
2
−
1
View file @
e07f46bf
...
...
@@ -11,10 +11,11 @@ Pod::Spec.new do |s|
s
.
platform
=
:ios
s
.
authors
=
{
"Pierre d'Herbemont"
=>
"pdherbemont@videolan.org"
,
"Felix Paul Kühne"
=>
"fkuehne@videolan.org"
,
"Carola Nitz"
=>
"nitz.carola@googlemail.com"
,
"Jean-Baptiste Kempf"
=>
"jb@videolan.org"
,
"Rafaël Carré"
=>
"funman@videolan.org"
,
"Faustino E. Osuna"
=>
"riquedafreak@videolan.org"
,
"Rémi Denis-Courmont"
=>
"remi@remlab.net"
,
"Faustino Osuna"
=>
"riquedafreak@videolan.org"
,
"Tanguy Krotoff"
=>
"tkrotoff@gmail.com"
,
"VideoLAN"
=>
"videolan@videolan.org"
,
"Derk-Jan Hartman"
=>
"hartman@videolan.org"
,
"Jean-Paul Saman"
=>
"jpsaman@videolan.org"
,
"Malte Tancred"
=>
"malte@frontbase.com"
,
"Mike Schrag"
=>
"mschrag@pobox.com"
,
"Rafaël Carré"
=>
"rafael.carre@gmail.com"
,
"Sebastien Zwickert"
=>
"dilaroga@free.fr"
,
"Toralf Niebuhr"
=>
"gmthor85@aim.com"
,
"Emmanuel de Roux"
=>
"lostbread@free.fr"
,
"Daniel Mierswa"
=>
"impulze@impulze.org"
,
"Rune Botten"
=>
"rbotten@gmail.com"
,
"Konstantin Pavlov"
=>
"thresh@videolan.org"
,
"Pere Orga"
=>
"gotrunks@gmail.com"
,
"Philippe Coent"
=>
"philippe.coent@gmail.com"
,
"Andrey Utkin"
=>
"andrey.krieger.utkin@gmail.com"
,
"Brendon Justin"
=>
"brendonjustin@gmail.com"
,
"Sylver Bruneau"
=>
"sylver.bruneau@gmail.com"
,
"Gleb Pinigin"
=>
"gpinigin@gmail.com"
,
"Kuang Rufan"
=>
"master@a1983.com.cn"
,
"Paul Williamson"
=>
"squarefrog@gmail.com"
,
"David Fuhrmann"
=>
"david.fuhrmann@googlemail.com"
,
"Brion Vibber"
=>
"brion@pobox.com"
,
"Martin Storsjö"
=>
"martin@martin.st"
,
"Winston Weinert"
=>
"winston@ml1.net"
,
"Florent Pillet"
=>
"fpillet@gmail.com"
,
"Paulo Vitor Magacho da Silva"
=>
"pvmagacho@gmail.com"
,
"James Dumay"
=>
"james.w.dumay@gmail.com"
,
"Jörg Bleyel"
=>
"jbleyel@gmx.net"
,
"Aleksandr Matuzok"
=>
"sherilynhope@gmail.com"
,
"Pierre SAGASPE"
=>
"pierre.sagaspe@me.com"
,
"Shenggang Hu"
=>
"mrhhsg@gmail.com"
,
"Filipe Cabecinhas"
=>
"vlc@filcab.net"
,
"Jeremy Marchand"
=>
"kodlian@users.noreply.github.com"
,
"Andre Silva"
=>
"andre.silva@blip.pt"
,
"Stefan Schmidt-Bilkenroth"
=>
"ssb@mac.com"
,
"Benjamin Adolphi"
=>
"b.adolphi@gmail.com"
}
s
.
source
=
{
:http
=>
'http://download.videolan.org/cocoapods/prod/MobileVLCKit-2.7.9.zip'
:http
=>
'http://download.videolan.org/cocoapods/prod/MobileVLCKit-2.7.9.zip'
,
:sha256
=>
'1833bcc6a48a1d5c552b1632e3299172dc7add27cd330969d64f873086da862c'
}
s
.
ios
.
vendored_framework
=
'MobileVLCKit-binary/MobileVLCKit.framework'
s
.
source_files
=
'MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h'
s
.
public_header_files
=
'MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h'
s
.
ios
.
deployment_target
=
'7.0'
s
.
frameworks
=
'QuartzCore'
,
'CoreText'
,
'AVFoundation'
,
'Security'
,
'CFNetwork'
,
'AudioToolbox'
,
'OpenGLES'
,
'CoreGraphics'
,
'VideoToolbox'
,
'CoreMedia'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment