FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
DLCImagePickerController/DLCImagePickerController.podspec at master · dmitric/DLCImagePickerController · GitHub
dmitric
/
DLCImagePickerController
Public
Notifications
You must be signed in to change notification settings
Fork
309
Star
1.6k
Code
Issues
21
Pull requests
3
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
DLCImagePickerController
/
DLCImagePickerController.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (30 loc) · 1.23 KB
Breadcrumbs
DLCImagePickerController
/
DLCImagePickerController.podspec
Copy path
File metadata and controls
34 lines (30 loc) · 1.23 KB
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
23
24
25
26
27
28
29
30
31
32
33
34
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"DLCImagePickerController"
s
.
version
=
"0.0.1"
s
.
summary
=
"ImagePickerController with live filters, radial blur and more. Brought to you by the fine ladies and gents at Backspaces."
s
.
description
=
<<-DESC
DLCImagePickerController is a fast, beautiful and fun way to filter and capture your photos with OpenGL and your iPhone.
The majority of the praise should be directed towards BradLarson for his GPUImage library.
DESC
s
.
homepage
=
"www.backspac.es"
s
.
license
=
'BSD'
s
.
author
=
{
"Dmitri Cherniak"
=>
"dmitric@gmail.com"
}
s
.
source
=
{
:git
=>
"https://github.com/gobackspaces/DLCImagePickerController.git"
,
:tag
=>
"0.0.1"
}
s
.
platform
=
:ios
,
'5.0'
s
.
requires_arc
=
true
s
.
framework
=
'AssetsLibrary'
s
.
subspec
'Core'
do
|
sp
|
sp
.
source_files
=
'Classes'
sp
.
resources
=
"Images/{UI,Overlays}/*.png"
sp
.
dependency
'GPUImage'
end
s
.
subspec
'Filters'
do
|
sp
|
sp
.
resources
=
"Resources/Filters/*.acv"
end
s
.
subspec
'UI'
do
|
sp
|
sp
.
resources
=
"Resources/*.xib"
end
s
.
subspec
'FilterSamples'
do
|
sp
|
sp
.
resources
=
"Images/FilterSamples/*.jpg"
end
end
Back
|
FazBrowse Home
|
New Git URL