MMWormhole
MMWormhole copied to clipboard
Swift Package Manager support
Description
This pull request adds Swift Package Manager (SPM) support to MMWormhole, enabling developers to easily integrate the MMWormhole library into their projects using SPM.
Changes
- Added a
Package.swift
file, containing the package configuration. - Updated the README.md to include instructions on how to integrate MMWormhole using SPM.
- Verified that existing Cocoapods and Carthage integrations are not affected.
Looking forward to your feedback.
Thank you!