blob: 492cb68a6a9d9a0b7e6ef04830389be9a82b246c [file] [log] [blame]
{
"name": "ObjectEquality",
"version": "0.0.2",
"summary": "Override `isEqual:` and `hash` methods with one line of code.",
"description": " Override `isEqual:` and `hash` methods according to object\n properties.\n",
"homepage": "http://github.com/crazytonyli/ObjectEquality",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tony Li": "crazygemini.lee@gmail.com"
},
"social_media_url": "https://twitter.com/crazytonyli",
"source": {
"git": "https://github.com/crazytonyli/ObjectEquality.git",
"tag": "0.0.2"
},
"source_files": "ObjectEquality/ObjectEquality.h",
"dependencies": {
"libextobjc/EXTKeyPathCoding": [
"~> 0.4.1"
]
}
}