cocoapods-bb-PodAssistant

A description of cocoapods-bb-PodAssistant.

Installation

$ gem install cocoapods-bb-PodAssistant

Usage

$ pod spec PodAssistant POD_NAME

Usage

  • 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