FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JBChartView/JBChartView.podspec at master · Jawbone/JBChartView · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Jawbone
/
JBChartView
Public
Notifications
You must be signed in to change notification settings
Fork
402
Star
3.7k
Code
Issues
6
Pull requests
4
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
JBChartView
/
JBChartView.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (16 loc) · 648 Bytes
Breadcrumbs
JBChartView
/
JBChartView.podspec
Copy path
File metadata and controls
19 lines (16 loc) · 648 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"JBChartView"
s
.
version
=
"3.0.13"
s
.
summary
=
"Jawbone's iOS-based charting library for both line and bar graphs."
s
.
homepage
=
"https://github.com/Jawbone/JBChartView"
s
.
screenshot
=
"https://raw.github.com/Jawbone/JBChartView/master/Screenshots/main.jpg"
s
.
license
=
{
:type
=>
'Apache'
,
:file
=>
'LICENSE'
}
s
.
author
=
{
"Terry Worona"
=>
"tworona@jawbone.com"
}
s
.
source
=
{
:git
=>
"https://github.com/Jawbone/JBChartView.git"
,
:tag
=>
"v3.0.13"
}
s
.
platform
=
:ios
,
'6.0'
s
.
source_files
=
'Classes/**/*.{h,m}'
s
.
requires_arc
=
true
end
Back
|
FazBrowse Home
|
New Git URL