Skip to content

gaoyuexit/cocoapods-remove-duplicates

Repository files navigation

cocoapods-remove-duplicates

该插件会在pod install过程中自动移除掉重复的.a, .framework

The plugin will automatically remove the duplicate '. A' and '. Framework' Libraries during the pod install process

Installation

Installation first way

$ gem install cocoapods-remove-duplicates

Installation second way

use Gemfile

  1. in Gemfile
#in Gemfile
#source 'https://gems.ruby-china.com'
#or
#source 'https://rubygems.org'

gem 'cocoapods-remove-duplicates'
  1. in Gemfile Dir exec:
$ bundle install

Usage

in Project Podfile input:

#in Podfile
plugin 'cocoapods-remove-duplicates'

then

$ pod install

About

remove the duplicate .a, .framework in pod install.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages