Control lifx bulb locally iOS

Im developing app that control lifx locally, what library i need to use for iOS ?
i found this GitHub - LIFX/LIFXKit: The LIFX SDK for Objective-C. but it seems deprecated

Hello,

You probably wanna use their HTTP API. If you really wanna stick to the local network, I wrote this lightsd [1] thing, it runs as a daemon but the code should be fairly easy to re-package as shared library for iOS/NDK use.

Hope that helps!

[1] https://docs.lightsd.io/