blob: df3954c7a23d5c46cadd8df7c1e29a3549622ccb [file] [log] [blame]
{
"name": "SwiftTemplateLibrary",
"version": "0.0.1",
"summary": "SwiftTemplateLibrary is data structure and algorithm libaray for Swift.",
"description": "\"SwiftTemplateLibrary is data structure and algorithm libaray for Swift.\"",
"homepage": "https://github.com/bbvch13531/swifttemplatelibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bbvch13531": "bbvch13531@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/bbvch13531/swifttemplatelibrary.git",
"tag": "0.0.1"
},
"source_files": [
"DataStructures/*.swift",
"Algorithms/*.swift"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.0"
}