File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- // swift-tools-version:5.0
1+ // swift-tools-version:5.3
2+
23import PackageDescription
34
45let 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 ] ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments