Skip to content

💎 A CocoaPods plugin which shows all project related podpsecs in pods project.

License

Notifications You must be signed in to change notification settings

X140Yu/cocoapods-show-podpsecs-in-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

💎 A CocoaPods plugin which shows all project related podpsecs in pods project.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages