Strava Engineering: frameworks

Managing Internal iOS Dependencies with Private CocoaPods

Strava's iOS application and extensions are powered by a lot of code. As with most apps, this is a combination of code written by Strava engineers and by various third parties. We've been managing these third party dependencies using CocoaPods, a dependency manager for Swift and Objective-c Cocoa projects, for a few years.

View More.