blob: 63ad24f5c58687582dc2bc87f758d7e4ee41462e [file] [log] [blame]
{
"name": "HashBuilder",
"version": "1.0",
"summary": "A utility to generate a hash for NSObject subclasses.",
"description": "\t\tUsed to build a hash result from contributed objects or hashes (presumably\n\t\tproperties on your object which should be considered in the isEqual: override).\n\t\tThe intention is for the hash result to be returned from an override to the\n\t\t`NSObject` `- (NSUInteger)hash` method.\n",
"homepage": "https://github.com/levigroker/HashBuilder",
"license": "Creative Commons Attribution 3.0 Unported License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"source": {
"git": "https://github.com/levigroker/HashBuilder.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "HashBuilder/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}