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

Support tvOS and watchOS as platforms #98

Closed orta closed 8 years ago

orta commented 8 years ago

screen shot 2015-09-26 at 09 18 22

This baby is going to want to turn into

screen shot 2015-09-26 at 09 19 26

I'm thinking of removing "universal" as it ceases to make too much sense with 4 platforms. The tvOS support is merged in master for CocoaPods. Ideally being released next week.

floere commented 8 years ago

@orta Do you want to prepare cocoapods.org, and I will do search?

orta commented 8 years ago

Sure, I can build it whenever :+1:

floere commented 8 years ago

I can add it to search without impacting the current search frontend :)

On Sat, Sep 26, 2015 at 11:24 AM, Orta notifications@github.com wrote:

Sure, I can build it whenever :+1:

Reply to this email directly or view it on GitHub: https://github.com/CocoaPods/search.cocoapods.org/issues/98#issuecomment-143414542

floere commented 8 years ago

@orta But can you provide the strings that map to both watch and tv?

On Sat, Sep 26, 2015 at 10:21 AM, Orta notifications@github.com wrote:

screen shot 2015-09-26 at 09 18 22 This baby is going to want to turn into screen shot 2015-09-26 at 09 19 26

I'm thinking of removing "universal" as it ceases to make too much sense with 4 platforms. The tvOS support is merged in master for CocoaPods. Ideally being released next week.

Reply to this email directly or view it on GitHub: https://github.com/CocoaPods/search.cocoapods.org/issues/98

orta commented 8 years ago

CocoaPods would generate json like:

  "platforms": {
    "ios": "8.0",
    "osx": "10.9",
    "watchos": "2.0",
    "tvos": "9.0"
  },

So we can go with those :+1:

floere commented 8 years ago

Cheers!

On Sat, Sep 26, 2015 at 6:53 PM, Orta notifications@github.com wrote:

CocoaPods would generate json like:

  "platforms": {
    "ios": "8.0",
    "osx": "10.9",
    "watchos": "2.0",
    "tvos": "9.0"
  },

So we can go with those :+1:

Reply to this email directly or view it on GitHub: https://github.com/CocoaPods/search.cocoapods.org/issues/98#issuecomment-143469539

floere commented 8 years ago

It's already built-in:

orta commented 8 years ago

ah! perfect!

floere commented 8 years ago

I'll leave this open on this repo – feel free to "move" to the cp.org repo. Or not.

orta commented 8 years ago

Nah, you're good. I'll get one on cp.org