Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Decybel07 authored Feb 3, 2018
1 parent 789a388 commit 8e710e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ pod try L10n-swift
### [CocoaPods](http://cocoapods.org)

```ruby
pod 'L10n-swift', '~> 4.1' // swift3
pod 'L10n-swift', '~> 5.1' // swift4
pod 'L10n-swift', '~> 4.1' # swift3
pod 'L10n-swift', '~> 5.1' # swift4
```

### [Carthage](https://github.com/Carthage/Carthage)

```ogdl
github "Decybel07/L10n-swift", ~> 4.1 // swift3
github "Decybel07/L10n-swift", ~> 5.1 // swift4
github "Decybel07/L10n-swift", ~> 4.1 # swift3
github "Decybel07/L10n-swift", ~> 5.1 # swift4
```

### [Swift Package Manager](https://swift.org/package-manager/)
Expand Down

0 comments on commit 8e710e8

Please sign in to comment.