[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / d / 0 / NBTParser / 1.0.4 / NBTParser.podspec.json
blob3439ed6c464964d2522f5841dd888242460d46a3
2   "name": "NBTParser",
3   "version": "1.0.4",
4   "summary": "A simple library for parsing file which is in NBT format.",
5   "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.",
6   "homepage": "https://github.com/yechentide/NBTParser",
7   "license": "MIT",
8   "authors": {
9     "yechentide": "yechentide@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/yechentide/NBTParser.git",
16     "tag": "1.0.4"
17   },
18   "source_files": "NBTParser/*.{swift}",
19   "swift_versions": "5.0",
20   "deprecated": true,
21   "swift_version": "5.0"