Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoahero committed Nov 20, 2023
1 parent 0f3683b commit eba2c17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ dependencies: [

For more details on managing Swift Package dependencies in Xcode, please see [Apple's documentation](https://developer.apple.com/documentation/xcode/adding-package-dependencies-to-your-app).

#### Cocoapods

```ruby
pod "ShopifyCheckoutKit", "~> 0.6"
```

### Basic Usage

Once the SDK has been added as a dependency, you can import the library:
Expand Down

0 comments on commit eba2c17

Please sign in to comment.