Blog Archives

Create a CocoaPod

In the previous post we created a dynamic framework. Now we’re going to share this code with the world, by turning it into a CocoaPod and uploading it to cocoapods.org: First, drag your whole project folder to Terminal, and create a podspec. In Terminal, type:

Tagged with: ,
Posted in Swift

Create a dynamic framework for iOS in Swift

Have you ever written some Swift code in iOS that you’ve thought, this could be way useful in other projects? One solution is to set up a Cocoa Touch framework – edit your source code in one place, compile your framework

Tagged with:
Posted in Swift