ohitsdaniel / cocoapods-localsource-example

Example for the cocoapods-localsource gem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example for the cocoapods-localsource gem


Languages

Language:Swift 68.7%Language:Ruby 31.3%