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

cocoapods-static-store

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocoapods-static-store

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

cocoapods-static-store

NOTE: This plugin is in very early stages so YMMV and avoid running on repos with unstaged changes.

cocoapods-store is a plugin that lets you load push and pull dependencies to and from an s3 or MinIO bucket.

Pushes are keyed against the commit they are linked to the commit allowing them to be pulled on demand.

This provides a faster alternative to pulling repos separately when running pod install or pod update.

This gives several benefits:

  • Pods only have to be installed once for the given commit avoiding multiple requests to Github and other stores for subsequent installs
  • Continuous integration agents can pull from the store helping to decrease build times

Installation

$ gem install cocoapods-static-store

Usage

$ pod store push --bucket "cocoapods-store" --aws-key "KEY" --aws-secret "SECRET"
$ pod store pull --bucket "cocoapods-store" --aws-key "KEY" --aws-secret "SECRET"

It is recommended that you create a .cocoapods-store.yml rather than passing arguments. The yaml should have the following format:

endpoint: "only use this property with Minio"
bucket: "my-pod-store"
aws-key: "KEY"
aws-secret: "SECRET"

With a yaml file in place, you can simply call:

$ pod store push
$ pod store pull

Roadmap

  • S3 support
  • MinIO support
  • Implicit Installation
  • Cache built frameworks

FAQs

Package last updated on 10 Jul 2020

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