FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SCRecorder/SCRecorder.podspec at master · rFlex/SCRecorder · GitHub
rFlex
/
SCRecorder
Public
Notifications
You must be signed in to change notification settings
Fork
566
Star
3k
Code
Issues
218
Pull requests
15
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
SCRecorder
/
SCRecorder.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (18 loc) · 800 Bytes
Breadcrumbs
SCRecorder
/
SCRecorder.podspec
Copy path
File metadata and controls
22 lines (18 loc) · 800 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
13
14
15
16
17
18
19
20
21
22
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"SCRecorder"
s
.
version
=
"2.7.0"
s
.
summary
=
"The camera engine that is complete, for real."
s
.
description
=
<<-DESC
Complete iOS camera engine with Vine-like tap to record, animated filters, slow motion, segments editing
DESC
s
.
homepage
=
"https://github.com/rFlex/SCRecorder"
s
.
license
=
'Apache License, Version 2.0'
s
.
author
=
{
"Simon CORSIN"
=>
"simon@corsin.me"
}
s
.
platform
=
:ios
,
'7.0'
s
.
source
=
{
:git
=>
"https://github.com/rFlex/SCRecorder.git"
,
:tag
=>
"v2.7.0"
}
s
.
source_files
=
'Library/Sources/*.{h,m}'
s
.
public_header_files
=
'Library/Sources/*.h'
s
.
requires_arc
=
true
s
.
weak_frameworks
=
'Metal'
,
'GLKit'
s
.
frameworks
=
'AVFoundation'
end
Back
|
FazBrowse Home
|
New Git URL