blob: 18d2a18a04c091ba853ca3bfc782d7a38f3ac6fb [file] [log] [blame]
{
"name": "NBTParser",
"version": "1.0.0",
"summary": "A simple library for parsing file which is in NBT format.",
"description": "A library that can parse level.dat (which is in NBT format) of Minecraft Bedrock Edition's save data.\nIt can also generate NBT data or JSON data from a NBTag object.",
"homepage": "https://github.com/yechentide/NBTParser",
"license": "MIT",
"authors": {
"yechentide": "yechentide@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/yechentide/NBTParser.git",
"tag": "1.0.0"
},
"source_files": "NBTParser/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}