blob: 05a79d688d7bc6615baf40cddb6633360394669a [file] [log] [blame]
{
"name": "SortAlgorithm",
"version": "1.1.0",
"summary": "Swift array sort algorithm",
"homepage": "https://github.com/Meniny/SortAlgorithm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Elias Abel",
"source": {
"git": "https://github.com/Meniny/SortAlgorithm.git",
"tag": "1.1.0"
},
"social_media_url": "https://meniny.cn/",
"source_files": "SortAlgorithm/**/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.9"
},
"description": "SortAlgorithm is a Swift array sort algorithm framework.",
"module_name": "SortAlgorithm",
"pushed_with_swift_version": "4.0"
}