We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e5dcf commit e66b954Copy full SHA for e66b954
AcknowList.podspec.json
@@ -25,8 +25,8 @@
25
"AcknowListBundle": ["Sources/AcknowList/Resources/**/*.lproj"]
26
},
27
"platforms": {
28
- "ios": "9.0",
29
- "tvos": "9.0",
+ "ios": "13.0",
+ "tvos": "13.0",
30
"watchos": "7.0",
31
"osx": "10.15"
32
CHANGELOG.md
@@ -5,7 +5,7 @@
5
- Add SwiftUI interface (supports iOS/tvOS/watchOS/macOS)
6
- Add DocC resources
7
- 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
+- Update CocoaPods and Swift Package Manager support to require iOS 13/tvOS 13, necessary to support SwiftUI
9
10
11
## 2.0.3 (21 September 2021)
0 commit comments