blob: af6e356b0e7a9ca6808fb406e9af65940203ed92 [file] [log] [blame]
{
"name": "Resort",
"version": "0.3.0",
"summary": "Simple, flexible sorting with Objective-C.",
"description": " Simple comparators library for sorting in Objective-C.\n\n Support for building compound comparators,\n reversing comparators, and creating new ones on top\n of a keypath.\n\n Compound compartors support combining individual\n comparators for first, second and more sort keys\n into a single one.\n\n This is a very small library, for both OS X and\n iOS.\n\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.3.0"
},
"requires_arc": true,
"source_files": "Source"
}