FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
RSColorPicker/RSColorPicker.podspec at master · Scriptmatico/RSColorPicker · GitHub
Scriptmatico
/
RSColorPicker
Public
forked from
RSully/RSColorPicker
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
RSColorPicker
/
RSColorPicker.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (18 loc) · 1.23 KB
Breadcrumbs
RSColorPicker
/
RSColorPicker.podspec
Copy path
File metadata and controls
19 lines (18 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"RSColorPicker"
s
.
version
=
"0.9.2"
s
.
summary
=
"iPhone color picker view with brightness control, opacity control, and delegation support."
s
.
description
=
<<-DESC
iPhone color picker view with brightness control, opacity control, and delegation support.
DESC
s
.
homepage
=
"https://github.com/RSully/RSColorPicker"
s
.
screenshots
=
"https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example01.png"
,
"https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example02.png"
,
"https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example03.png"
,
"https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example04.png"
,
"https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example05.png"
s
.
license
=
{
:type
=>
'BSD'
,
:file
=>
"LICENSE.md"
}
s
.
author
=
{
"Ryan"
=>
"rsul.dev@me.com"
}
s
.
source
=
{
:git
=>
"https://github.com/RSully/RSColorPicker.git"
,
:tag
=>
"v0.9.2"
}
s
.
platform
=
:ios
,
'6.0'
s
.
source_files
=
'RSColorPicker/ColorPickerClasses/**/*.{h,m}'
s
.
frameworks
=
'QuartzCore'
,
'CoreGraphics'
,
'UIKit'
,
'Accelerate'
s
.
requires_arc
=
true
s
.
public_header_files
=
"RSColorPicker/ColorPickerClasses/RSColorPickerView.h"
end
Back
|
FazBrowse Home
|
New Git URL