Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cocoapods-fast-install

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocoapods-fast-install

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

cocoapods-fast-install

A cocoapods plugin that speed up the pod install for CI.

For the CI environment, we just pod install and build. Large mount of files in project file will slow down the pod install. So we exclude some files from the xcodeproject, the header files, then the pod install speed up.

For a project containing 1700 header files in pods, it can reduce about 13 seconds in Generating Pods project step.

Umbrella Header and Module are compatible with this plugin.

Installation

$ gem install cocoapods-fast-install

Usage

$ pod install-ci

or

Add the flowing in the Podfile, and do pod install

if ENV["A_FLAG_TO_INDICATE_CI"] # wrap it with a environment variable, so it's only enabled on the CI.
    plugin 'cocoapods-fast-install'
    accelerate_xcproject_generating!
end

If you want keep headers for some pods

accelerate_xcproject_generating! :keeping_header_for => ['Protobuf', 'AFNetworking']

Licence

MIT

FAQs

Package last updated on 26 Mar 2019

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