blob: 638a48fa46284fab9edada3ef323c1238b5a42d4 [file] [log] [blame]
{
"name": "DataStructExtension",
"version": "0.1.0",
"summary": "Extend some classic data strures with Swift",
"description": "Swift Implementation for Classic Data Strucutures.",
"homepage": "https://github.com/install-b/DataStruct",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shangenzhang": "zsg"
},
"source": {
"git": "https://github.com/install-b/DataStruct.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1"
],
"subspecs": [
{
"name": "LinkList",
"source_files": "Classes/LinkList/**/*.swift"
},
{
"name": "BinaryTree",
"source_files": "Classes/BinaryTree/**/*.swift"
},
{
"name": "Queue",
"source_files": "Classes/Queue/**/*.swift"
}
],
"swift_version": "5.1"
}