Create CocoaPod from jar

I have an existing jar and would like to call it in my ios project (using obj-c), I ran across a discuss in https://software.intel.com/en-us/forums/multi-os-engine/topic/625026, where Gergely Kis said “If your client wants to develop in Objective-C / Swift, then your Java library and Objective-C bindings could be distributed as CocoaPods. We would provide special CocoaPod recipes for such Java libraries and their dependencies …”

This is exactly what I need. I am wondering if this recipes has been implemented and is there any document/example that I can follow.

Thanks,