blob: 818b14b758efec1e059779864e0f6ae9d641f817 [file] [log] [blame]
{
"name": "SwiftSortUtils",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SwiftSortUtils": [
"Pod/Assets/*.png"
]
}
}