blob: a38d20e75e4fff7d878599e426e08050ca8e8978 [file] [log] [blame]
{
"name": "DataStructureDsc",
"version": "1.0.0",
"summary": "DataStructure for beginners of Swift.",
"description": "DataStructure for beginners of Swift. Queue, Stack included.",
"homepage": "https://github.com/ShaocongDong/DataStructureDsc",
"license": "MIT",
"authors": {
"Dong Shaocong": "shaocong.dong@yahoo.com"
},
"platforms": {
"ios": "11.2"
},
"source": {
"git": "https://github.com/ShaocongDong/DataStructureDsc.git",
"tag": "1.0.0"
},
"source_files": "DataStructureDsc/**/*"
}