bow-swift / nef

💊 steroids for Xcode Playgrounds
https://nef.bow-swift.io
Other
267 stars 6 forks source link

Remove CocoaPods dependency from playground install #88

Closed miguelangel-dev closed 5 years ago

miguelangel-dev commented 5 years ago

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.