Skip to content

A plug-in that can customize component dependencies, static libraries/dynamic libraries

License

Notifications You must be signed in to change notification settings

ymoyao/cocoapods-linkline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 
    

About

A plug-in that can customize component dependencies, static libraries/dynamic libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages