Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit e98b3e0

Browse files
committed
[skip ci] Update installation info in Installation.md
1 parent 5cde787 commit e98b3e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/Installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can use Overdrive in your projects by using one of the following package man
1212
[Carthage](#https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate Overdrive with Carthage add following to your `Cartfile`:
1313

1414
```
15-
github "arikis/Overdrive" >= 0.2
15+
github "arikis/Overdrive" >= 0.3
1616
```
1717

1818
Then download and build Overdrive by running:
@@ -34,7 +34,7 @@ platform :ios, '8.0'
3434
use_frameworks!
3535

3636
target 'Your App Target' do
37-
pod 'Overdrive', '~> 0.2'
37+
pod 'Overdrive', '~> 0.3'
3838
end
3939
```
4040

@@ -50,7 +50,7 @@ let package = Package(
5050
dependencies: [
5151
.Package(url: "https://github.com/arikis/Overdrive.git",
5252
majorVersion: 0,
53-
minor: 2)
53+
minor: 3)
5454
]
5555
)
5656
```

0 commit comments

Comments
 (0)