← Back to README
🛠️ Platform Support & Installation
Platform
Latest Tested
Minimum Required
iOS
18.2
15.0+
iPadOS
18.2
15.0+
macOS
15.2
14.0+
visionOS
2.1
1.0+
tvOS
18.2
17.0+
Tool
Version
Xcode
15.0+
macOS host
14.0+
Swift
5.9 / 6.1+
Feature
iOS
iPadOS
macOS
visionOS
tvOS
Basic presentation
✅
✅
✅
✅
✅
Mesh gradients
✅
✅
✅
✅
✅
Glass effects
✅
✅
✅
✅
❌
Drop notifications
✅
✅
❌
❌
❌
History navigation
✅
✅
✅
✅
✅
Remote JSON
✅
✅
✅
✅
✅
Special effects
✅
✅
✅
✅
✅
Auto-versioning
✅
✅
✅
✅
✅
SwiftNEW is distributed via Swift Package Manager.
File → Add Package Dependencies…
Paste the package URL:
https://github.com/1998code/SwiftNEWKit
Choose a version rule (typically Up to Next Major).
Add the SwiftNEW library to your target.
Step
Screenshot
1. Open project
2. Select target
3. Package Dependencies tab
4. Add package
dependencies: [
. package ( url: " https://github.com/1998code/SwiftNEWKit " , from: " 6.3.0 " )
]
import SwiftNEW
SwiftNEW ( show: $showNew)
See CONFIGURATION.md for data source setup and customization.