Skip to content

Commit

Permalink
DOCS: Update for release 11 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung authored Jan 15, 2024
1 parent b468517 commit 9d567d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ let package = Package(
platforms: [
.macOS(.v13),
.iOS(.v16),
.tvOS(.v16),
.watchOS(.v9),
.visionOS(.v1)
.tvOS(.v16)
],

products: [
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ A Swift Package for The Movie Database (TMDb) <https://www.themoviedb.org>

## Requirements

* Swift 5.7+
* Swift 5.9+
* OS
* macOS 11+
* iOS 14+
* watchOS 7+
* tvOS 14+
* macOS 13+
* iOS 16+
* watchOS 9+
* tvOS 16+

## Installation

Expand All @@ -23,15 +23,15 @@ Add the TMDb package as a dependency to your `Package.swift` file, and add it
as a dependency to your target.

```swift
// swift-tools-version:5.7
// swift-tools-version:5.9

import PackageDescription

let package = Package(
name: "MyProject",

dependencies: [
.package(url: "https://github.com/adamayoung/TMDb.git", from: "10.0.0")
.package(url: "https://github.com/adamayoung/TMDb.git", from: "11.0.0")
],

targets: [
Expand Down

0 comments on commit 9d567d0

Please sign in to comment.