Skip to content

Commit 293eacf

Browse files
committed
Bump minimum required versions
1 parent 7630f72 commit 293eacf

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2+
# NaiveDate 1.x
3+
4+
## NaiveDate 0.5
5+
6+
*Dec 18, 2021*
7+
8+
- Bump minimum required versions
9+
- Remove CocoaPods and Carthage support
10+
11+
# NaiveDate 0.x
12+
113
## NaiveDate 0.4
214

315
- Add Swift 5.0 support

Package.swift

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.3
2+
23
import PackageDescription
34

45
let package = Package(
56
name: "NaiveDate",
7+
platforms: [
8+
.macOS(.v10_13),
9+
.iOS(.v11),
10+
.tvOS(.v11),
11+
.watchOS(.v4)
12+
],
613
products: [
714
.library(name: "NaiveDate", targets: ["NaiveDate"]),
815
],

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ Calendar.current.date(from: dateTime)
8484

8585
| NaiveDate | Swift | Xcode | Platforms |
8686
|----------------------|-----------------------|----------------------|---------------------------------------------------|
87+
| NaiveDate 1.0 | Swift 5.3 | Xcode 12.0 | iOS 11.0 / watchOS 4.0 / macOS 10.13 / tvOS 11.0 |
8788
| NaiveDate 0.4 | Swift 4.2 – 5.0 | Xcode 10.1 – 10.2 | iOS 10.0 / watchOS 3.0 / macOS 10.12 / tvOS 10.0 |
8889
| NaiveDate 0.3 | Swift 4.0 – 4.2 | Xcode 9.2 – 10.1 | iOS 10.0 / watchOS 3.0 / macOS 10.12 / tvOS 10.0 |
8990

0 commit comments

Comments
 (0)