blob: 006654a96bb99d978a224240b6effbc0f93a2406 [file] [log] [blame]
{
"name": "Resort",
"version": "0.2.0",
"summary": "Simple, worry-free sorting with Objective-C.",
"description": " Simple comparators library for sorting in Objective-C.\n\n Support for building comparators on top of a\n keypath using KVC. Also, support to combine\n comparators for first, second and more sort\n keys into a single one. These are compound\n comparators. This is a very small library.\n",
"homepage": "http://github.com/febeling/Resort",
"license": "MIT",
"authors": {
"Florian Ebeling": "florian.ebeling@gmail.com"
},
"source": {
"git": "https://github.com/febeling/Resort.git",
"tag": "0.2.0"
},
"requires_arc": true,
"source_files": "Source"
}