我如何找到所有CocoaPods库的列表以及它们的作用?

时间:2019-04-17 19:03:28

标签: cocoapods

我正在构建一些不同的应用程序,特别是在寻找一款可以摇动手机的应用程序,但我很想了解所有其他功能。我正在寻找当前所有CocoaPods的完整列表。预先感谢。

1 个答案:

答案 0 :(得分:0)

一种工具是pod search QUERY

 $ pod search --help
Usage:

    $ pod search QUERY

      Searches for pods, ignoring case, whose name, summary, description, or authors
      match `QUERY`. If the `--simple` option is specified, this will only search in
      the names of the pods.

Options:

    --regex      Interpret the `QUERY` as a regular expression
    --simple     Search only by name
    --stats      Show additional stats (like GitHub watchers and forks)
    --web        Searches on cocoapods.org
    --ios        Restricts the search to Pods supported on iOS
    --osx        Restricts the search to Pods supported on macOS
    --watchos    Restricts the search to Pods supported on watchOS
    --tvos       Restricts the search to Pods supported on tvOS
    --no-pager   Do not pipe search results into a pager
    --verbose    Show more debugging information
    --no-ansi    Show output without ANSI codes
    --help       Show help banner of specified command