FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Scrollable-GraphView/ScrollableGraphView.podspec at master · T-Pro/Scrollable-GraphView · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
T-Pro
/
Scrollable-GraphView
Public
forked from
philackm/ScrollableGraphView
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Scrollable-GraphView
/
ScrollableGraphView.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (14 loc) · 744 Bytes
Breadcrumbs
Scrollable-GraphView
/
ScrollableGraphView.podspec
Copy path
File metadata and controls
16 lines (14 loc) · 744 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
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
"ScrollableGraphView"
s
.
version
=
"1.2.1"
s
.
summary
=
"Scrollable graph view for iOS"
s
.
description
=
"An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift."
s
.
homepage
=
"https://github.com/philackm/Scrollable-GraphView"
s
.
license
=
'MIT'
s
.
author
=
{
"philackm"
=>
"philackm@icloud.com"
}
s
.
source
=
{
:git
=>
"https://github.com/philackm/Scrollable-GraphView.git"
,
:tag
=>
s
.
version
.
to_s
}
s
.
platform
=
:ios
,
'8.0'
s
.
requires_arc
=
true
# If more than one source file: https://guides.cocoapods.org/syntax/podspec.html#source_files
s
.
source_files
=
'Classes/ScrollableGraphView.swift'
end
Back
|
FazBrowse Home
|
New Git URL