In nef playground command, it is installing a playground using the command pod lib create from CocoaPods.
In our path, we want to remove any dependency to Cocoapods to integrate other dependency managers (Carthage | SPM) and do not force the users to install any others.
In
nef playground
command, it is installing a playground using the commandpod lib create
from CocoaPods.In our path, we want to remove any dependency to Cocoapods to integrate other dependency managers (Carthage | SPM) and do not force the users to install any others.