Subito-it / PodBuilder

A tool to precompile CocoaPods pods
Other
284 stars 28 forks source link

wip: New option for install sources command #58

Closed ryo-otake-sonix closed 2 years ago

ryo-otake-sonix commented 2 years ago

Overview

We can download the sources of all pre-built pod libraries by running the install_sources command. However, there is no need to download all the sources if you only want the sources of a specific pod library. Therefore, I made it possible to download only the pod libraries that we need by designating the pod libraries with options.

What we have done