-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ObjectMapper version is limited to 2.x #71
Comments
Just created a PR for this: #72 |
maybe now should be ss.dependency "ObjectMapper", '~> 3.1.0' |
When will this be merged? |
@ffleandro there's no need now, as the version has already been bumped higher |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the version of
ObjectMapper
is specified asss.dependency "ObjectMapper", '~> 2.2'
in podspec. And it doesn't allow us to use version 3.0 of the library. But it's definitely compatible. So I'd propose to make dependency softer.Not sure if it's needed to make PR for that.
The text was updated successfully, but these errors were encountered: