Blog

A series of posts where I explain my experience with software development.

Using cocoapods-binary to build dependencies only once

In order to avoid having to build dependencies multiple times, CocoaPods provides a useful guide on how to use cocoapods-binary extension to build dependencies during pod install execution. This will link prebuilt xcframework or static library binaries to your project, rather than actual source codes for each dependency. It even offers granularity on which dependencies …

Hello World

It’s been a while since I wanted to create a page where I can showcase the work I’ve done in the past and also to share interesting things I discover every day regarding software development. I hope you will enjoy it!