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

Commit

Permalink
[skip ci] Update installation info in Installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsikira committed Apr 29, 2017
1 parent 5cde787 commit e98b3e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can use Overdrive in your projects by using one of the following package man
[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`:

```
github "arikis/Overdrive" >= 0.2
github "arikis/Overdrive" >= 0.3
```

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

target 'Your App Target' do
pod 'Overdrive', '~> 0.2'
pod 'Overdrive', '~> 0.3'
end
```

Expand All @@ -50,7 +50,7 @@ let package = Package(
dependencies: [
.Package(url: "https://github.com/arikis/Overdrive.git",
majorVersion: 0,
minor: 2)
minor: 3)
]
)
```
Expand Down

0 comments on commit e98b3e0

Please sign in to comment.