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 61bed20 commit 789a388
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,22 @@ pod try L10n-swift
### [CocoaPods](http://cocoapods.org)

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

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

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

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

```swift
.Package(url: "https://github.com/Decybel07/L10n-swift.git", majorVersion: 5)
.Package(url: "https://github.com/Decybel07/L10n-swift.git", majorVersion: 4) // swift3
.Package(url: "https://github.com/Decybel07/L10n-swift.git", majorVersion: 5) // swift4
```

## 📘 [Usage](http://cocoadocs.org/docsets/L10n-swift/)
Expand Down

0 comments on commit 789a388

Please sign in to comment.