blob: 86a574e864b0e84a777f1c59a2e93b694d756f55 [file] [log] [blame]
{
"name": "NSMutableArray-Shuffle",
"version": "0.4",
"summary": "A helpful category on NSMutableArray that provides a method to shuffle the array.",
"homepage": "https://github.com/duliodenis/NSMutableArray-Shuffle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dulio Denis": "dulio@ddapps.co"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/duliodenis/NSMutableArray-Shuffle.git",
"tag": "0.4"
},
"source_files": "*.{h,m}",
"public_header_files": "Classes/**/*.h",
"requires_arc": false
}