yourkarma / JWT

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

This framework is extension-safe just fine. #208

Closed sgoodwin closed 5 years ago

sgoodwin commented 5 years ago

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

Hi! I just wanted to add this one thing to eliminate warnings when trying to use this framework in Sharing Extensions and such.

lolgear commented 5 years ago

Hi! Thank you for PR! Could you tell how this option will be provided in CocoaPods installation workflow?

sgoodwin commented 5 years ago

I have no idea, I use it via Carthage. I think it's not an issue with Cocoapods, since Cocoapods creates its own project to integrate into your project.