yourkarma / JWT

A JSON Web Token implementation in Objective-C.
MIT License
350 stars 107 forks source link

Added watchOS deployment target to the podspec to make JWT work with watchOS. #227

Open saravanan-selvam opened 3 years ago

saravanan-selvam commented 3 years ago

Added watchOS deployment target to the podspec to make it work with watchOS

New Pull Request Checklist

Before merge, please, assure that your commits are grouped. Please, don't make several PRs with single commit, group PRs into one if possible.

This merge request fixes / refers to the following issues: ...

Pull Request Description

...

lolgear commented 3 years ago

@saravanan-selvam Thanks for your contribution!

Could you add related tests? CI doesn't run for watchOS, so, it won't notice changes.

lolgear commented 3 years ago

@saravanan-selvam Could check latest master? I guess that you may want to update latest master to support old versions of watchOS.