txt 精灵描述文件 能不能转plist文件

在网上找到 图片资源文件 但是 只有 txt 跟json 类型的 不是plist cocos creator 不能直接使用 ,有什么工具可以 转换吗?
txt 格式如下:

{“frames”: {

“arrowCossbowTower.png”:
{
“frame”: {“x”:162,“y”:266,“w”:78,“h”:60},
“rotated”: false,
“trimmed”: true,
“spriteSourceSize”: {“x”:2,“y”:4,“w”:78,“h”:60},
“sourceSize”: {“w”:90,“h”:70}
},
“arrowTowerlv1.png”:
{
“frame”: {“x”:654,“y”:260,“w”:74,“h”:46},
“rotated”: true,
“trimmed”: true,
“spriteSourceSize”: {“x”:0,“y”:17,“w”:74,“h”:46},
“sourceSize”: {“w”:80,“h”:70}
},

plist 格式 是 xml 的 有什么工具能直接转换plist的吗

自己看一下合图的plist,写一个转换工具不难的,python 和 node js 都可以很好的做到