Skip to content

Commit

Permalink
SIOS-1 Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
fl-lokalise committed May 13, 2021
1 parent e9048e2 commit 6ddead0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@

## Setup

### Swift Package Manager

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

a. Add through **File -> Swift Packages -> Add Package Dependency...** action in Xcode. Use `https://github.com/lokalise/lokalise-ios-framework.git` repository URL and the **Version: Up to Next Minor** starting with `0.10.2` option.

b. Add this line to `dependencies` section of your `Package.swift`:
```
.package(url: "https://github.com/lokalise/lokalise-ios-framework.git", .upToNextMinor(from: "0.10.2"))
```

### CocoaPods

To install using [CocoaPods](https://cocoapods.org):
Expand Down

0 comments on commit 6ddead0

Please sign in to comment.