Hi Raj,
yes, see section "1-Wire" in McuOnEclipse Components: 06-May-2017 Release | MCU on Eclipse.
I'm using it with the DS18B20 plus a one wire tag. It is an implementation for Processor Expert, Kinetis SDK v2 and I use it both in bare metal and with FreeRTOS and features an extra command line interface.
There is an update on SourceForge (see links at the end of the article), and I plan to release a new and updated version next weekend or so which includes bus scanning for devices and an implementation which does not need any timer hardware.
You can find all the sources as well as part of the McuOnEclipse library project on GitHub:
GitHub - ErichStyger/McuOnEclipseLibrary: Library of McuOnEclipse components
See McuOneWire.c/.h and McuDS18B20.c/.h
There might be other implementations, but I'm not aware of any other for Kinetis.
I hope this helps,
Erich