Skip to content

Commit

Permalink
Update pod to require iOS 13, for SwiftUI support
Browse files Browse the repository at this point in the history
  • Loading branch information
vtourraine committed Jan 12, 2022
1 parent d3e5dcf commit e66b954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AcknowList.podspec.json
Expand Up @@ -25,8 +25,8 @@
"AcknowListBundle": ["Sources/AcknowList/Resources/**/*.lproj"]
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"ios": "13.0",
"tvos": "13.0",
"watchos": "7.0",
"osx": "10.15"
},
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@
- Add SwiftUI interface (supports iOS/tvOS/watchOS/macOS)
- Add DocC resources
- Fix Xcode 13 support, by Thomas Mellenthin (@melle) and Francesc Bruguera (@ifrins)
- Update Swift Package Manager support to require iOS 13/tvOS 13, necessary to support SwiftUI
- Update CocoaPods and Swift Package Manager support to require iOS 13/tvOS 13, necessary to support SwiftUI


## 2.0.3 (21 September 2021)
Expand Down

0 comments on commit e66b954

Please sign in to comment.