Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
specs
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
broadpeak
specs
Commits
e91442f8
Commit
e91442f8
authored
6 years ago
by
Pierre-Olivier Bouteau
Browse files
Options
Downloads
Patches
Plain Diff
[Update] SmartLib+tvOS (02.04.02)
parent
db7e8ade
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SmartLib+tvOS/02.04.02/SmartLib+tvOS.podspec
+27
-0
27 additions, 0 deletions
SmartLib+tvOS/02.04.02/SmartLib+tvOS.podspec
with
27 additions
and
0 deletions
SmartLib+tvOS/02.04.02/SmartLib+tvOS.podspec
0 → 100644
+
27
−
0
View file @
e91442f8
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"SmartLib+tvOS"
s
.
module_name
=
"SmartLib_tvOS"
s
.
version
=
"02.04.02"
s
.
summary
=
"Broadpeak SmartLib for tvOS"
s
.
homepage
=
"https://delivery-platform.broadpeak.tv/ios/broadpeak/smartlib-tvos"
s
.
license
=
"All rights reserved"
s
.
author
=
{
"Broadpeak"
=>
"contact@broadpeak.tv"
}
s
.
source
=
{
:git
=>
"https://delivery-platform.broadpeak.tv/ios/broadpeak/smartlib-tvos.git"
,
:tag
=>
s
.
version
}
s
.
social_media_url
=
"https://broadpeak.tv"
s
.
platform
=
:tvos
,
"11.0"
#s.source_files = "Pod/include/*"
s
.
default_subspec
=
"Generic"
s
.
subspec
'AVPlayer'
do
|
avplayer
|
avplayer
.
source_files
=
'Pod/avplayer/include/*'
avplayer
.
public_header_files
=
'Pod/avplayer/include/*.h'
avplayer
.
vendored_libraries
=
'Pod/avplayer/libsmartlib.a'
,
'Pod/libmultipath.a'
,
'Pod/libnanocdn-rr.a'
,
'Pod/libnanocdn-core.a'
end
s
.
subspec
'Generic'
do
|
generic
|
generic
.
source_files
=
'Pod/generic/include/*'
generic
.
public_header_files
=
'Pod/generic/include/*.h'
generic
.
vendored_libraries
=
'Pod/generic/libsmartlib.a'
,
'Pod/libmultipath.a'
,
'Pod/libnanocdn-rr.a'
,
'Pod/libnanocdn-core.a'
end
end
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