PhotosKit-Swift is a Swift helper library for working with PhotoKit from iOS apps.
- iOS 15.0+
- Swift 5.0+
Add this repository as a Swift Package dependency:
.package(url: "https://github.com/CollexHub/PhotosKit-Swift.git", from: "0.1.0")Add PhotosKit-Swift to your Podfile:
pod 'PhotosKit-Swift', '~> 0.1.0'For local development before publishing a tag:
pod 'PhotosKit-Swift', :path => '../PhotosKit-Swift'