Skip to content

Commit dfafef0

Browse files
committed
Update podspec and readme
1 parent 42cfde7 commit dfafef0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The main goal of the this graph component is to visualise simple discrete datase
1212

1313
### Contribution
1414

15-
All pull requests are welcome. There are a list of features people would like on the issues page, ranging from simple changes to quite complex. Feel free to jump on in.
15+
All pull requests are welcome. There is a list of features people would like on the issues page, ranging from simple changes to quite complex. Feel free to jump on in.
1616

1717
## Contents
1818

@@ -363,6 +363,8 @@ self.view.addSubview(graphView)
363363

364364
## Known Issues
365365

366+
- Note: Performance in the simulator is not ideal.
367+
366368
If you find any bugs please create an issue on Github.
367369

368370

ScrollableGraphView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ScrollableGraphView"
3-
s.version = "2.0.0"
3+
s.version = "3.0.0"
44
s.summary = "Scrollable graph view for iOS"
55
s.description = "An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift."
66
s.homepage = "https://github.com/philackm/Scrollable-GraphView"

0 commit comments

Comments
 (0)