[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 2 / 5 / ObjectEquality / 0.0.2 / ObjectEquality.podspec.json
blob492cb68a6a9d9a0b7e6ef04830389be9a82b246c
2   "name": "ObjectEquality",
3   "version": "0.0.2",
4   "summary": "Override `isEqual:` and `hash` methods with one line of code.",
5   "description": "                   Override `isEqual:` and `hash` methods according to object\n                   properties.\n",
6   "homepage": "http://github.com/crazytonyli/ObjectEquality",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tony Li": "crazygemini.lee@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/crazytonyli",
15   "source": {
16     "git": "https://github.com/crazytonyli/ObjectEquality.git",
17     "tag": "0.0.2"
18   },
19   "source_files": "ObjectEquality/ObjectEquality.h",
20   "dependencies": {
21     "libextobjc/EXTKeyPathCoding": [
22       "~> 0.4.1"
23     ]
24   }