A summary of data about the Ruby ecosystem.

https://github.com/CocoaPods/cocoapods-search

CocoaPods plugin that allows you to search your pod spec repository for specific pods matching a query.
https://github.com/CocoaPods/cocoapods-search

Keywords from Contributors

cocoapods dependency-manager mac objective-c apps deployment fastlane screenshots ci bitbucket

Last synced: about 10 hours ago
JSON representation

Repository metadata

CocoaPods plugin that allows you to search your pod spec repository for specific pods matching a query.

README.md

cocoapods-search

Build Status

A CocoaPods plugin that allows you to search multiple pod spec repositories for specific pods matching a query. cocoapods-search is by default included in CocoaPods.

Installation

If you have CocoaPods, you already have cocoapods-search installed by default. If not, you can also install it as a seperate gem as followed.

$ gem install cocoapods-search

Usage

Search for pods by using the pod search command as followed.

$ pod search QUERY

e.g.

$ pod search networkin

-> ACSNetworking (0.0.1)
On the basis of AFNetworking encapsulation.
pod 'ACSNetworking', '~> 0.0.1'
- Homepage: https://github.com/Hyosung/ACSNetworking
- Source:   https://github.com/Hyosung/ACSNetworking.git
- Versions: 0.0.1 [master repo]


-> AFNetworking (2.5.4)
   A delightful iOS and OS X networking framework.
   pod 'AFNetworking', '~> 2.5.4'
   - Homepage: https://github.com/AFNetworking/AFNetworking
   - Source:   https://github.com/AFNetworking/AFNetworking.git
   - Versions: 2.5.4, 2.5.3, 2.5.2, 2.5.1, 2.5.0, 2.4.1, 2.4.0, 2.3.1, 2.3.0, 2.2.4, 2.2.3, 2.2.2, 2.2.1, 2.2.0, 2.1.0, 2.0.3, 2.0.2, 2.0.1, 2.0.0, 2.0.0-RC3,
   2.0.0-RC2, 2.0.0-RC1, 1.3.4, 1.3.3, 1.3.2, 1.3.1, 1.3.0, 1.2.1, 1.2.0, 1.1.0, 1.0.1, 1.0, 1.0RC3, 1.0RC2, 1.0RC1, 0.10.1, 0.10.0, 0.9.2, 0.9.1, 0.9.0, 0.7.0,
   0.5.1 [master repo]
   - Subspecs:
     - AFNetworking/Serialization (2.5.4)
     - AFNetworking/Security (2.5.4)
     - AFNetworking/Reachability (2.5.4)
     - AFNetworking/NSURLConnection (2.5.4)
     - AFNetworking/NSURLSession (2.5.4)
     - AFNetworking/UIKit (2.5.4)


-> AFNetworking+AutoRetry (0.0.5)
   Auto Retries for AFNetworking requests
   pod 'AFNetworking+AutoRetry', '~> 0.0.5'
   - Homepage: https://github.com/shaioz/AFNetworking-AutoRetry
   - Source:   https://github.com/shaioz/AFNetworking-AutoRetry.git
   - Versions: 0.0.5, 0.0.4, 0.0.3, 0.0.2, 0.0.1 [master repo]

   ...

Options

You can use the following options with the search command.

Flag Description
--regex Interpret the QUERY as a regular expression
--full Search by name, summary, and description
--stats Show additional stats (like GitHub watchers and forks)
--ios Restricts the search to Pods supported on iOS
--osx Restricts the search to Pods supported on OS X
--watchos Restricts the seach to Pods supported on Watch OS
--web Opens a new search on cocoapods.org

e.g.

$ pod search video --osx

-> AMCoreAudio (2.0.7)
AMCoreAudio is a Swift wrapper for Apple's CoreAudio framework
pod 'AMCoreAudio', '~> 2.0.7'
- Homepage: https://github.com/rnine/AMCoreAudio
- Source:   https://github.com/rnine/AMCoreAudio.git
- Versions: 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0, 1.5, 1.4.3, 1.4.2, 1.4.1, 1.4, 1.3.2, 1.3.1, 1.3, 1.2, 1.1, 1.0.1, 1.0 [master repo]


-> AppleCoreAudioUtilityClasses@thehtb (2013.09.17)
A git mirror of Apple's Core Audio Utility Classes for better versioning and with clang/llvm fixes.
pod 'AppleCoreAudioUtilityClasses@thehtb', '~> 2013.09.17'
- Homepage: https://github.com/thehtb/AppleCoreAudioUtilityClasses
- Source:   https://github.com/thehtb/AppleCoreAudioUtilityClasses.git
- Versions: 2013.09.17, 2013.2.18, 2013.1.2 [master repo]
- Subspecs:
- AppleCoreAudioUtilityClasses@thehtb/PublicUtility (2013.09.17)
- AppleCoreAudioUtilityClasses@thehtb/PublicUtility/CAProcess (2013.09.17)
- AppleCoreAudioUtilityClasses@thehtb/PublicUtility/CAAutoDisposer (2013.09.17)
- AppleCoreAudioUtilityClasses@thehtb/PublicUtility/CABitOperations (2013.09.17)
- AppleCoreAudioUtilityClasses@thehtb/PublicUtility/CASpectralProcessor (2013.09.17)


-> AudioKit (2.1.1)
Open-source audio synthesis, processing, & analysis platform.
pod 'AudioKit', '~> 2.1.1'
- Homepage: http://audiokit.io/
- Source:   https://github.com/audiokit/AudioKit.git
- Versions: 2.1.1, 2.0.1, 2.0, 1.3, 1.2-01, 1.2 [master repo]

...

Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 2 days ago

Total Commits: 57
Total Committers: 8
Avg Commits per committer: 7.125
Development Distribution Score (DDS): 0.632

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Emma Koszinowski e****z@g****m 21
Samuel Giddins s****s@s****e 14
Muhammed Yavuz Nuzumlali m****z@g****m 13
Kyle Fuller k****e@f****i 3
Dimitris Koutsogiorgas d****o@g****m 3
Orta o****x@g****m 1
Nate West n****r@g****m 1
Marius Rackwitz g****t@m****e 1

Committer domains:


Issue and Pull Request metadata

Last synced: 14 days ago

Total issues: 12
Total pull requests: 20
Average time to close issues: 5 months
Average time to close pull requests: 15 days
Total issue authors: 5
Total pull request authors: 9
Average comments per issue: 4.17
Average comments per pull request: 2.6
Merged pull request: 15
Bot issues: 0
Bot pull requests: 4

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/CocoaPods/cocoapods-search

Top Issue Authors

  • manuyavuz (5)
  • kylef (3)
  • orta (2)
  • hassanvfx (1)
  • OneWang (1)

Top Pull Request Authors

  • manuyavuz (5)
  • dependabot[bot] (4)
  • segiddins (3)
  • kylef (2)
  • dnkoutso (2)
  • mrackwitz (1)
  • nwest (1)
  • emkosz (1)
  • orta (1)

Top Issue Labels

  • d1:easy (3)
  • t1:enhancement (2)
  • t3:discussion (1)

Top Pull Request Labels

  • dependencies (4)
  • t2:defect (1)
  • s4:awaiting validation (1)
  • d1:easy (1)
  • t1:enhancement (1)

Package metadata

gem.coop: cocoapods-search

Search for pods.

  • Homepage: https://github.com/CocoaPods/cocoapods-search
  • Documentation: http://www.rubydoc.info/gems/cocoapods-search/
  • Licenses: MIT
  • Latest release: 1.0.1 (published over 4 years ago)
  • Last Synced: 2026-03-02T08:02:06.467Z (2 days ago)
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 84,854,235 Total
  • Docker Downloads: 30,750,375
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 0.262%
    • Downloads: 0.358%
    • Docker downloads count: 0.691%
  • Maintainers (8)
rubygems.org: cocoapods-search

Search for pods.

  • Homepage: https://github.com/CocoaPods/cocoapods-search
  • Documentation: http://www.rubydoc.info/gems/cocoapods-search/
  • Licenses: MIT
  • Latest release: 1.0.1 (published over 4 years ago)
  • Last Synced: 2026-02-28T20:00:43.848Z (3 days ago)
  • Versions: 6
  • Dependent Packages: 2
  • Dependent Repositories: 27,428
  • Downloads: 84,823,162 Total
  • Docker Downloads: 30,750,375
  • Rankings:
    • Dependent repos count: 0.215%
    • Downloads: 0.376%
    • Docker downloads count: 0.958%
    • Average: 4.785%
    • Dependent packages count: 5.237%
    • Forks count: 8.314%
    • Stargazers count: 13.61%
  • Maintainers (8)

Dependencies

spec/fixtures/spec-repos/test_repo/BananaLib/1.0/BananaLib.podspec cocoapods
  • monkey ~> 1.0.1, < 1.0.9
Gemfile rubygems
  • bacon >= 0 development
  • cocoapods >= 0 development
  • cocoapods-core >= 0 development
  • mocha-on-bacon >= 0 development
  • prettybacon >= 0 development
Gemfile.lock rubygems
  • CFPropertyList 3.0.3
  • activesupport 6.1.4
  • addressable 2.8.0
  • algoliasearch 1.27.5
  • atomos 0.1.3
  • bacon 1.2.0
  • claide 1.0.3
  • cocoapods 1.11.0.beta.2
  • cocoapods-core 1.11.0.beta.2
  • cocoapods-deintegrate 1.0.4
  • cocoapods-downloader 1.4.0
  • cocoapods-plugins 1.0.0
  • cocoapods-search 1.0.1
  • cocoapods-trunk 1.5.0
  • cocoapods-try 1.2.0
  • colored2 3.1.2
  • concurrent-ruby 1.1.9
  • escape 0.0.4
  • ethon 0.14.0
  • ffi 1.15.3
  • fourflusher 2.3.1
  • fuzzy_match 2.0.4
  • gh_inspector 1.1.3
  • httpclient 2.8.3
  • i18n 1.8.10
  • json 2.5.1
  • minitest 5.14.4
  • mocha 1.13.0
  • mocha-on-bacon 0.2.3
  • molinillo 0.8.0
  • nanaimo 0.3.0
  • nap 1.1.0
  • netrc 0.11.0
  • prettybacon 0.0.2
  • public_suffix 4.0.6
  • rake 13.0.6
  • rexml 3.2.5
  • ruby-macho 2.5.1
  • typhoeus 1.4.0
  • tzinfo 2.0.4
  • xcodeproj 1.21.0
  • zeitwerk 2.4.2
cocoapods-search.gemspec rubygems
  • bundler ~> 1.3 development
  • rake >= 0 development
.github/workflows/Specs.yml actions
  • actions/checkout v1 composite
  • ruby/setup-ruby v1 composite
spec/fixtures/spec-repos/test_repo/JSONKit/1.4/JSONKit.podspec cocoapods
spec/fixtures/spec-repos/test_repo/JSONKit/999.999.999/JSONKit.podspec cocoapods
spec/fixtures/spec-repos/test_repo/OrangeFramework/0.1.0/OrangeFramework.podspec cocoapods
spec/fixtures/spec-repos/test_repo/Pod+With+Plus+Signs/1.0/Pod+With+Plus+Signs.podspec cocoapods
spec/fixtures/spec-repos/test_repo/Realm/0.94/Realm.podspec cocoapods
spec/fixtures/spec-repos/test_repo/monkey/1.0.2/monkey.podspec cocoapods

Score: 24.333993751001508