Skip to content

Commit e66b954

Browse files
committed
Update pod to require iOS 13, for SwiftUI support
1 parent d3e5dcf commit e66b954

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AcknowList.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"AcknowListBundle": ["Sources/AcknowList/Resources/**/*.lproj"]
2626
},
2727
"platforms": {
28-
"ios": "9.0",
29-
"tvos": "9.0",
28+
"ios": "13.0",
29+
"tvos": "13.0",
3030
"watchos": "7.0",
3131
"osx": "10.15"
3232
},

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- Add SwiftUI interface (supports iOS/tvOS/watchOS/macOS)
66
- Add DocC resources
77
- Fix Xcode 13 support, by Thomas Mellenthin (@melle) and Francesc Bruguera (@ifrins)
8-
- Update Swift Package Manager support to require iOS 13/tvOS 13, necessary to support SwiftUI
8+
- Update CocoaPods and Swift Package Manager support to require iOS 13/tvOS 13, necessary to support SwiftUI
99

1010

1111
## 2.0.3 (21 September 2021)

0 commit comments

Comments
 (0)