Repository is archived
No commit activity in last 3 years
No release in over 3 years
Sort CocoaPods search results by amount of stars, forks, or commit activity!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0

Runtime

 Project Readme

Gem Version

CocoaPods sorted search

CocoaPods plugin which adds a sort subcommand for pod search to sort search results by amount of stars, forks, or github activity.

Usage

pod search sort POD_NAME

Params

  • --stars - sort by stars - default
  • --forks - sort by forks
  • --activity - sort by most recent commits

Installation

[sudo] gem install cocoapods-sorted-search

Setting up github token

  1. Go to GitHub settings -> Applications -> Personal Access Tokens
  2. Generate new one and uncheck all scopes. It should look like this.
  3. Run pod setup github --token=MyToken

Your token will be stored in OS X Keychain and used automatically for fetching GitHub info for repositories.

Original sort parameters

Original sort parameters are supported too! So if you want to go crazy, and search for all Ruby stuff, that exists on iOS, you can do stuff like this:

pod search --ios --full sort Ruby

Example

Requirements

  • CocoaPods 0.36 and higher
  • Ruby 1.9.3 and higher

Troubleshooting

First of, read troubleshooting wiki page. If something still not right, post issue on GitHub to let me know!