Skip to content
This repository has been archived by the owner on May 18, 2019. It is now read-only.

Pod spec initializes Pod with different type of object #67

Closed
segiddins opened this issue Nov 6, 2014 · 1 comment
Closed

Pod spec initializes Pod with different type of object #67

segiddins opened this issue Nov 6, 2014 · 1 comment

Comments

@segiddins
Copy link
Member

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
Copy link
Member

floere commented Nov 7, 2014

Thanks! Loading from the DB now.

@floere floere closed this as completed Nov 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants