Using Playground with CocoaPods
Issue #113 This is a follow up from my post Learning from Open Source: Using Playground on how to actually add a playground to your production project. The idea is simple: create a framework so that Playground can access the code. This demo an iOS project with CocoaPods. See the demo https://github.com/onmyway133/UsingPlayground This is also my question to this question https://stackoverflow.com/questions/47589855/how-to-expose-your-project-code-to-a-xcode-playground-when-using-cocoapods/47595120#47595120 1. Add a pod Create a new project called UsingPlayground....