Method: Pod::Specification::Set::Presenter#github_forks
- Defined in:
- lib/cocoapods-core/specification/set/presenter.rb
#github_forks ⇒ Integer
Returns the GitHub forks of the repo of the Pod.
185 186 187 |
# File 'lib/cocoapods-core/specification/set/presenter.rb', line 185 def github_forks github_metrics['forks'] end |