File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1515
1616``` swift
1717dependencies: [
18- .package (url : " https://github.com/augarte/SimpleLineChart.git" , .upToNextMajor (from : " 0.0.1 " ))
18+ .package (url : " https://github.com/augarte/SimpleLineChart.git" , .upToNextMajor (from : " 0.0.2 " ))
1919]
2020```
2121
@@ -24,6 +24,11 @@ dependencies: [
2424` pod 'SimpleLineChart' `
2525
2626
27+ ## Example
28+
29+ Example app can be found on the following repository
30+ https://github.com/augarte/SLCExampleApp
31+
2732## License
2833
2934SimpleLineChart is available under the GPL license.
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "SimpleLineChart"
3- s . version = "0.0.1 "
3+ s . version = "0.0.2 "
44 s . summary = "Simple line charts for iOS 📈"
55
66 # s.description = <<-DESC
You can’t perform that action at this time.
0 commit comments