-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
added ios minimum deployment target to md doc #48
Conversation
Hi! Thanks for the PR. Doesn't cocoapods warn you that the library you're trying to install has a higher minimum iOS version than your Podfile? |
Also, if you are on a version lower than iOS 11, could you try if this library works anyways? Just edit |
since it is compatible with IOS 9 and instead of modifying the |
If you can confirm that it works without problems and you can store and read values from the database on iOS 9, yes - we can set the version to iOS 9 in the podspec. Can you confirm that it works? |
Oooooops! cant confirm if it works on IOS 9. this packages requires [email protected] which support minimum IOS 10.0. so i guess the minimum IOS should be 10.0 at least. |
@mrousavy any plan to release a new version with a minimum deployment target of 10? |
@Jalson1982 can you patch your podspec locally as I described in the comment above to see if it actually works on iOS 10? If you can confirm it works, create a PR to change it to version 10 and I'll release a new version ✌️ |
Yeah sure i will do it today :) |
Nice! PR should be the next thing for you to do. |
i will close this PR since new PR will be submitted for the case. |
No description provided.