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

Pod spec initializes Pod with different type of object #67

Closed segiddins closed 9 years ago

segiddins commented 9 years ago

See https://github.com/CocoaPods/search.cocoapods.org/blob/trunk-database-rewrite/spec/lib/models/pod_spec.rb#L97

It's

["pod", "id", "name", "created_at", "updated_at", "versions", "popularity", "github_metric"]

versus

["name", "version", "license", "summary", "homepage", "social_media_url", "authors", "source", "requires_arc", "platforms", "public_header_files", "source_files", "subspecs"]

in the specs.

floere commented 9 years ago

Thanks! Loading from the DB now.