CocoaPods / search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
25 stars 11 forks source link

Add is_swift flag #60

Closed orta closed 9 years ago

orta commented 9 years ago

from CocoaDocs or Github's API we can check whether it is swift or not. Definitely expect in the future that we will want to be able to only include swift libs.

segiddins commented 9 years ago

Should probably be a generic language parameter

orta commented 9 years ago

optionally it can use the cloc stuff to figure out what the most used known source type is

floere commented 9 years ago

How does one get the language from the podspec? I couldn't find it here: http://guides.cocoapods.org/syntax/podspec.html

orta commented 9 years ago

yeah, this has no answer yet, but we need one...

/cc @segiddins @mrackwitz @neonichu @alloy

orta commented 9 years ago

( otherwise it's left to CocoaDocs )

floere commented 9 years ago

A language attribute? ;)

segiddins commented 9 years ago

No, this data will come from cloc

-Samuel E. Giddins

On Dec 14, 2014, at 5:51 AM, Florian R. Hanke notifications@github.com wrote:

A language attribute? ;)

— Reply to this email directly or view it on GitHub.

floere commented 9 years ago

So more like :cloc => { :swift => 1030, :ruby => 200 }, I guess.

floere commented 9 years ago

Can this be closed?

orta commented 9 years ago

Yes.