blob: 86fd34f3c52b40bddc02eabaf6c933451487b2c8 [file] [log] [blame]
{
"name": "StringAlgorithms",
"version": "0.1.1",
"summary": "String algorithms and data structures, implemented in Swift.",
"description": "String algorithms and data structures for efficient search and manipulation of Strings, written in Swift.",
"homepage": "https://github.com/edmundmok/StringAlgorithms.Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Edmund Mok": "edmundmok@outlook.com"
},
"source": {
"git": "https://github.com/edmundmok/StringAlgorithms.Swift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "StringAlgorithms/**/*.swift",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}