FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
EKVideoController/EKVideoController.podspec at master · Ekhoo/EKVideoController · GitHub
Ekhoo
/
EKVideoController
Public
Notifications
You must be signed in to change notification settings
Fork
8
Star
26
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
EKVideoController
/
EKVideoController.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
12 lines (12 loc) · 587 Bytes
Breadcrumbs
EKVideoController
/
EKVideoController.podspec
Copy path
File metadata and controls
12 lines (12 loc) · 587 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"EKVideoController"
s
.
version
=
"0.0.1"
s
.
summary
=
"Light weight view controller which add a video as a full screen background for IOS written in Objective-C"
s
.
homepage
=
"https://github.com/Ekhoo"
s
.
license
=
{
:type
=>
"MIT"
,
:file
=>
"LICENSE"
}
s
.
author
=
{
"Lucas Ortis"
=>
"contact@lucas-ortis.com"
}
s
.
platform
=
:ios
,
"6.0"
s
.
source
=
{
:git
=>
"https://github.com/Ekhoo/EKVideoController.git"
,
:tag
=>
"0.0.1"
}
s
.
source_files
=
"EKVideoController/*.{h,m}"
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL