I am integrating an LGPL application to my iOS application. I am modifying the LGPL application in such a way that, I am integrating a new library to it. So the flow is like this:
Appl Code >> LGPL Library >> New Library
Do I need to make the New Library opensource?
This is what I am planning to do to meet the license requirements:
1.Make the modified LGPL application opensource (LGPL) via github fork
2.Make the other parts of the application available on demand as object files
Is this enough to meet LGPL requirements?