-
Notifications
You must be signed in to change notification settings - Fork 458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift Package Manager Support #270
Comments
I tested a little around, by cloning the repository and trying to create a Package.swift file for it. The result of my trials is below. Just adding this file (note that the file contents might not be completely correct but it seems to work) and creating a new version should do it Package.swift // swift-tools-version:5.3 let package = Package( |
Not sure what the status of SPM support is. In the mean time I forked the repo and added the above Package.swift file and it works as of 01-06-2023. You can find it at https://github.com/scriptprojectsdev/SpreadsheetView |
I've begun maintaining the whole repository. if you'd like to have it kept up to date, use https://github.com/BTAProgrammers/SpreadsheetView |
Can Swift Package Manager be added as an alternative to cocoapods/cathridge
The text was updated successfully, but these errors were encountered: