No commit activity in last 3 years
No release in over 3 years
cocoapods-localsource allows to import local development pods without specifying a path. In your apps Podfile, require the gem and define the local module directory by passing the path to `local_source`. Using this cocoapods plugin allows us to keep all our source code in one central repository while keeping the benefits of a modularized app architecture.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 12.3

Runtime

 Project Readme

Example project to show how cocoapods-localsource can be used. Requires the cocoapods-localsource gem.

Setup

$ gem install cocoapods-localsource

Also requires Cocoapods.

Example

$ pod install

All local dependencies are correctly imported. Open the workspace to verify.

Benefits over using a Spec Repository

Using this cocoapods plugin allows us to keep all our source code in one central repository while keeping the benefits of a modularized app architecture. As all local dependencies are imported as development pods, engineers can edit source code without having to unlock the files.

Reference

cocoapods-localsource Source Repository