vimeo / PlayerKit

MIT License
154 stars 54 forks source link

Swift version bump. #101

Open bedranfleck opened 4 years ago

bedranfleck commented 4 years ago

Reading the code, I realized a good part of it stills uses Swift 4.2 Are there any plans to bump project specs to use Swift 5.1.3? If not, would you mind if I submitted a pull-request with these changes?

rpassis commented 4 years ago

Hi @affbedran,

The work in the develop branch is up to date with Swift 5.x.

We haven't officially released a 3.0 version yet but you can consume directly from the develop branch but keep in mind that is under active development (though this library is mature enough that the code doesn't change very often).

In the meantime I'll ticket a task to tag and release a new version of this soon.

Rog

bedranfleck commented 4 years ago

I would rather wait for the 3.0 version release, if that fits within a reasonable schedule. Could you provide an estimate for when it should be available? Will it be released through cocoapods as well?

Thanks for all your help.