Skip to content

☕ List CocoaPods GitHub repos

License

Notifications You must be signed in to change notification settings

dkarchive/all_specs_repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

all_specs_repos

Get a list of CocoaPods GitHub repos ☕

I needed a list of CocoaPods repos for a fun project and @orta told me to check out the Specs repo.

Usage

$ git clone https://github.com/dkhamsing/all_specs_repos.git
Cloning into 'all_specs_repos'...
remote: Counting objects: 15, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 15 (delta 3), reused 10 (delta 2), pack-reused 0
Unpacking objects: 100% (15/15), done.
Checking connectivity... done.

$ cd all_specs_repos/lib

$ git clone --depth=1 https://github.com/CocoaPods/Specs.git
Cloning into 'Specs'...
remote: Counting objects: 157162, done.
remote: Compressing objects: 100% (105599/105599), done.
remote: Total 157162 (delta 30148), reused 153462 (delta 30032), pack-reused
Receiving objects: 100% (157162/157162), 25.46 MiB | 2.16 MiB/s, done.
Resolving deltas: 100% (30148/30148), done.
Checking connectivity... done.
Checking out files: 100% (70736/70736), done.

$ ruby all_specs_repos.rb
..........................
# ...
Processed CocoaPods Specs in 51s
Found 15451 repos
Wrote to all-specs-repos.txt

$ cat all-specs-repos.txt
https://github.com/tanglimei/120301
https://github.com/tanglimei/1210
https://github.com/tanglimei/DeveCocoa
https://github.com/tanglimei/1BAIDUSDKSYDemo
https://github.com/AgileBits/onepassword-app-extension
# ...

Contact

License

This project is available under the MIT license. See the LICENSE file for more info.

About

☕ List CocoaPods GitHub repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages