blob: d6e8a6e89c51900e22c60aa222464b600e6d1424 [file] [log] [blame]
{
"name": "SwiftSortUtils",
"version": "0.3.0",
"summary": "Useful functions and extensions for sorting in Swift",
"description": "This library takes a shot at making sorting in Swift more pleasant.\nIt also allows you to reuse your old NSSortDescriptor instances in Swift.",
"homepage": "https://github.com/dsmatter/SwiftSortUtils",
"license": "MIT",
"authors": {
"Daniel Strittmatter": "daniel@smattr.de"
},
"source": {
"git": "https://github.com/dsmatter/SwiftSortUtils.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"pushed_with_swift_version": "3.0.1"
}