Skip to content

Commit a25feaf

Browse files
committed
update readme and podspec
1 parent e4bd92d commit a25feaf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
```swift
1717
dependencies: [
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

2934
SimpleLineChart is available under the GPL license.

SimpleLineChart.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 = "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

0 commit comments

Comments
 (0)