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