No release in over a year
remove the duplicate .a .framework in pod install.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
 Project Readme

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