blob: 180e1a21a0ba37dcaf22f5ee107f20c619523b78 [file] [log] [blame]
{
"name": "DataStruct.swift",
"version": "0.0.1",
"summary": "swift实现常用数据结构和算法",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/nilbee/DataStruct.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sven": "nilbee@163.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/nilbee/DataStruct.swift.git",
"tag": "0.0.1"
},
"source_files": "Source/*.swift",
"swift_version": "5.0"
}