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

cocoapods-bb-PodAssistant

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cocoapods-bb-PodAssistant

  • 0.3.8.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

cocoapods-bb-PodAssistant

A description of cocoapods-bb-PodAssistant.

Installation

$ gem install cocoapods-bb-PodAssistant

stale使用

拉取稳定lock配置插件。利用版本比对进行更新配置实现对组件版本控制管理。

pod stable --help
  • 初始化本地lock文件
pod stable init
  • 同步lock文件
pod stable sync
  • pod install
pod stable install
  • pod update
pod stable update [组件名称] --sync

--sync选项可选,会自动同步远端标签,不带默认不更新远端版本 更多用法,参照:pod stable update --help

linkline使用

支持动态/静态库

  • Build the component and all child inherit dependencies with dynamic framework

    pod 'xxx', :linkages => :dynamic 
    
  • Build the component itself with a dynamic framework

    pod 'xxx', :linkage => :dynamic 
    
  • Build the component and all child inherit dependencies with static framework

    pod 'xxx', :linkages => :static 
    
  • Build the component itself with a static framework

    pod 'xxx', :linkage => :static 
    

FAQs

Package last updated on 12 Dec 2024

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