Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLCKit
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
72
Issues
72
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLCKit
Commits
54bb7dc5
Commit
54bb7dc5
authored
Nov 26, 2017
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pods
parent
94b06a83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Packaging/podspecs/MobileVLCKit-unstable.podspec
Packaging/podspecs/MobileVLCKit-unstable.podspec
+3
-3
Packaging/podspecs/TVVLCKit-unstable.podspec
Packaging/podspecs/TVVLCKit-unstable.podspec
+3
-3
No files found.
Packaging/podspecs/MobileVLCKit-unstable.podspec
View file @
54bb7dc5
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'MobileVLCKit-unstable'
s
.
version
=
'3.0.0a4
4
'
s
.
version
=
'3.0.0a4
5
'
s
.
summary
=
"MobileVLCKit is an Objective-C wrapper for libvlc's external interface on iOS."
s
.
homepage
=
'https://code.videolan.org/videolan/VLCKit'
s
.
license
=
{
...
...
@@ -11,8 +11,8 @@ 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"
,
"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
=>
'https://download.videolan.org/pub/cocoapods/unstable/MobileVLCKit-unstable-3.0.0a4
4-eb2c0d27
.zip'
,
:sha256
=>
'
c829fc82062cc177790130f6b1730c5cb42e83b146dd21eec4aa41d0d2c12dd2
'
:http
=>
'https://download.videolan.org/pub/cocoapods/unstable/MobileVLCKit-unstable-3.0.0a4
5-94b06a83
.zip'
,
:sha256
=>
'
1e0be75d8cf3e7aae8d0728bfdd3a56206aa705132b0393fcb0c263ca609fb0b
'
}
s
.
ios
.
vendored_framework
=
'MobileVLCKit-binary/MobileVLCKit.framework'
s
.
source_files
=
'MobileVLCKit-binary/MobileVLCKit.framework/Headers/*.h'
...
...
Packaging/podspecs/TVVLCKit-unstable.podspec
View file @
54bb7dc5
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'TVVLCKit-unstable'
s
.
version
=
'3.0.0a4
4
'
s
.
version
=
'3.0.0a4
5
'
s
.
summary
=
"TVVLCKit is an Objective-C wrapper for libvlc's external interface on tvOS."
s
.
homepage
=
'https://code.videolan.org/videolan/VLCKit'
s
.
license
=
{
...
...
@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
s
.
platform
=
:tvos
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"
,
"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
=>
'https://download.videolan.org/pub/cocoapods/unstable/TVVLCKit-unstable-3.0.0a4
4-eb2c0d27
.zip'
,
:sha256
=>
'
e72c6226005cb1240d2e12b041ed24ca0637f9992c54fef981deaef7388f0593
'
:http
=>
'https://download.videolan.org/pub/cocoapods/unstable/TVVLCKit-unstable-3.0.0a4
5-94b06a83
.zip'
,
:sha256
=>
'
48f07e2e63f9c6295cd24af4f45db1fbafa34de0e969e7d560553dadf0ea557b
'
}
s
.
tvos
.
vendored_framework
=
'TVVLCKit-binary/TVVLCKit.framework'
s
.
source_files
=
'TVVLCKit-binary/TVVLCKit.framework/Headers/*.h'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment