Hi,
as it's a paid library, it's a bit difficult to share a wrap.
However with iOS 10, Apple introduces a new object called SKTileMapNode. But this object does't allow to load tmx files. As a workaround there exists some parser, for example
https://github.com/kyouko-taiga/SKTiledParser.
Another solution would be
https://github.com/slycrel/JSTileMap wich doesn't depend on the new SKTileMapNode.
Currently I am not at home, so can't test which solution is the best. But am planning to add this feature in a new version (which also fixes the bugs).
Jan