Skip to content

Commit

Permalink
[SwiftPM] Add platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesyo committed Sep 27, 2019
1 parent abcdc22 commit baefd56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# master
*Please add new entries at the top.*
1. [SwiftPM] Add platforms (#761, kudos to @ikesyo)
1. Renamed `filterMap` to `compactMap` and deprecated `filterMap` (#746, kudos to @Marcocanc)

# 6.1.0
Expand Down
3 changes: 3 additions & 0 deletions Package.swift
Expand Up @@ -3,6 +3,9 @@ import PackageDescription

let package = Package(
name: "ReactiveSwift",
platforms: [
.macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
],
products: [
.library(name: "ReactiveSwift", targets: ["ReactiveSwift"]),
],
Expand Down

0 comments on commit baefd56

Please sign in to comment.