Sha256: 1d920eb3879c546ccda2c3b991abe53447faaf39f7faa790dd60e09b4986d8f4
Contents?: true
Size: 673 Bytes
Versions: 11
Compression:
Stored size: 673 Bytes
Contents
# cocoapods-linkline A plug-in that can customize component dependencies, static libraries/dynamic libraries ## Installation $ gem install cocoapods-linkline ## 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 ```
Version data entries
11 entries across 11 versions & 1 rubygems