blob: 96d5d241d74a8eff6bc21534780d3bdb2c0f195e [file] [log] [blame]
{
"name": "SortAlgorithm",
"version": "1.2.0",
"summary": "Swift array sort algorithm",
"homepage": "https://github.com/Meniny/SortAlgorithm",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Elias Abel",
"source": {
"git": "https://github.com/Meniny/SortAlgorithm.git",
"tag": "1.2.0"
},
"social_media_url": "https://meniny.cn/",
"source_files": "SortAlgorithm/**/*.swift",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "5"
},
"swift_versions": "5",
"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"
}