Class: CocoaPodsStats::SpecsRepoValidator

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods_plugin.rb

Instance Method Summary collapse

Instance Method Details

#validates?(source) ⇒ Boolean



3
4
5
# File 'lib/cocoapods_plugin.rb', line 3

def validates?(source)
  source && source.url && source.url.end_with?('CocoaPods/Specs.git')
end