blob: 735b61e0eeeefa1ecb6b8cb1f4a685eb2891e6e9 [file] [log] [blame]
{
"name": "SwiftTemplateLibrary",
"version": "0.1.0",
"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",
"osx": "10.12",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/bbvch13531/swifttemplatelibrary.git",
"tag": "0.1.0"
},
"source_files": [
"DataStructures/*.swift",
"Algorithms/*.swift"
],
"exclude_files": "Classes/Exclude",
"swift_versions": "4.0"
}