blob: ec82fe42b953fb754b4de7f0215bd6f8e6f7bdf3 [file] [log] [blame]
{
"name": "BRYHashCodeBuilder",
"version": "2.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": "2.0.0"
},
"source_files": "BRYHashCodeBuilder",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}