No commit activity in last 3 years
No release in over 3 years
A CocoaPods plugin which shows all project related podpsecs in pods project.
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

Runtime

~> 1.0
 Project Readme

cocoapods-show-podpsecs-in-project

Gem Version

A CocoaPods plugin which shows all project related podpsecs in pods project, including all dependencies.

No need to lookup podspecs any more.

Installation

$ gem install cocoapods-show-podpsecs-in-project

Usage

plugin 'cocoapods-show-podpsecs-in-project'

Add this line to Podfile, and you are all set 🥳

After a pod install, all podspecs should be shown in pods project.

Why

Recently I met a problem.

Xcode 10 does not bundle with libstdc++6.0.9, but some pods we depended on write s.libraries = 'stdc++.6' in their podspec and cause our project failed to build. It's pretty frustrating to lookup their podspecs one by one and try to figure out which pod depend on this library. But with this plugin, it's easy to search and locate which extacly cause this problem.

I suppose, this plugin should only be useful at some rate situation.

License

MIT