'Drop support for Cocoapods for a library
I want to drop the support for Cocoapods for a library I'm developing. The library is several years old, so it has a .xcworkspace
file, an Example
and all the source files are into a Pods
folder. It already supports Swift Package Manager and I want to go all in with it. Is there a procedure for this or should it be done manually?
Solution 1:[1]
You should do it manually. Have to delete the pod files, and remove all pods. Then add through Swift Package Manager.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Marta Paniti |