blob: 14854bb64c9a374d461f67b932c5b4802c090c3f [file] [log] [blame]
{
"name": "NSArray+Bogosort",
"version": "0.0.1",
"summary": "An extremely unuseful sort category for NSArray. Don't use this.",
"description": " An Objective-C implementation of 2 pretty bad sorting algos.\n Bogosort - Shuffles the array until it is ordered.\n Bogobogosort - Picks 2 elements. If they're in order picks a third. Starts over as soon as any picked element is out of order.\n",
"homepage": "https://github.com/vascoorey/NSArray-Bogosort",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vasco d'Orey": "vasco.orey@gmail.com"
},
"social_media_url": "http://twitter.com/oppfiz",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/vascoorey/NSArray-Bogosort.git",
"tag": "0.0.1"
},
"source_files": "NSArray+Bogosort/NSArray+Bogosort.{h,m}",
"exclude_files": "NSArray+Bogosort/Exclude",
"requires_arc": true
}