4 "summary": "A simple Value Object library.",
5 "description": "A no-frills Value Object implementation. It only does one thing,\nmaking [Value](http://en.wikipedia.org/wiki/Value_object)\n[Objects](http://martinfowler.com/bliki/ValueObject.html) easy.\n\nAll standard methods for NSObject, NSSecureCoding, NSCopying are\nimplemented:\n\n* `-[initWithCoder:]`\n* `-[encodeWithCoder:]`\n* `-[copyWithZone:]`\n* `-[mutableCopyWithZone:]`\n* `-[description]`\n* `-[debugDescription]`\n* `-[isEqual:]`\n* `-[hash]`\n\nWhen you inherit `JKVValue` or `JKVMutableValue`. Both classes\nwill introspect the properties to provide all the behavior\nfor the standard methods.",
6 "homepage": "https://github.com/jeffh/JKVValue",
12 "Jeff Hui": "jeff@jeffhui.net"
19 "git": "https://github.com/jeffh/JKVValue.git",
22 "source_files": "JKVValue/**/*.{h,m}",
23 "public_header_files": "JKVValue/Public/**/*.h",