New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cocoapods-monorepo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocoapods-monorepo

  • 1.0.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

cocoapods-monorepo

Gem Version

A tool for organizing code in monorepo way.

cocoapods-monorepo allowed you to specify a directory, so we can extend CocoaPods to support monorepo feature. Thanks to this plugin we can turn all the pods that under a specified directory into Development Pods. You will no longer need to specify all local paths in the Podfile, eg:

pod 'ModuleA', :path => 'path/to/ModuleA'
pod 'ModuleB', :path => 'path/to/ModuleB'
pod 'ModuleC', :path => 'path/to/ModuleC'

Besides, you can also specify a local dependency in podsepc, that's say you need to declare a dependency of ModuleB in ModuleA.podspec:

s.dependency 'ModuleB' # inside ModuleA.podspec

Installation

$ gem install cocoapods-monorepo

Usage

Add a reference to it in your Podfile, and specified the necessary option :path :

plugin 'cocoapods-monorepo', :path => 'path/to/repos-directory'

Requirements

You should orgnize all these local modules under the same directory with :path option.

.
├── ModuleA
│   ├── ModuleA.podspec
│   └── README.md
├── ModuleB
│   ├── ModuleB.podspec
│   ├── README.md
├── ModuleC
│   ├── ModuleC.podspec
│   ├── README.md

Enjoy it!

FAQs

Package last updated on 06 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc