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 => :dynamicBuild the component itself with a dynamic framework
pod 'xxx', :linkage => :dynamicBuild the component and all child inherit dependencies with static framework
pod 'xxx', :linkages => :staticBuild the component itself with a static framework
pod 'xxx', :linkage => :static