blob: 1d8f1cd25fbde6a61309bfc99ca0fc1e168be81a [file] [log] [blame]
{
"name": "BRYHashCodeBuilder",
"version": "1.0.0",
"summary": "Utility for determining object hash codes, based on Apache Commons HashCodeBuilder",
"homepage": "http://github.com/irace/BRYHashCodeBuilder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bryan Irace": "bryan@irace.me"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/irace/BRYHashCodeBuilder.git",
"tag": "1.0.0"
},
"source_files": "BRYHashCodeBuilder",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}