Swift command line to remove de-integrate reference to cocoa pods
sebulba
Destroy/de-integrate CocoaPods from your project
Usage
sebulba /path/where/project/is/
sebulba --recursive /path/where/we/could/find/many/projects
Install
Just download from release if any, or build it (and move it to PATH
)
or alternatively execute install script
sudo curl -sL https://phimage.github.io/sebulba/install.sh | bash
Build yourself
swift build -c release
or if we want without swift runtime dependencies (ie static executable)
swift build -c release -Xswiftc -static-executable
Alternative
If you have CocoaPods and ruby well installed you could use cocoapods-deintegrate
Carthage
For carthage I have made punic