4 "summary": "A simple Value Object library.",
5 "description": " A no-frills Value Object implementation. It only does one thing,\n making [Value](http://en.wikipedia.org/wiki/Value_object)\n [Objects](http://martinfowler.com/bliki/ValueObject.html) easy.\n\n All standard methods for NSObject, NSSecureCoding, NSCopying are\n implemented:\n\n * `-[initWithCoder:]`\n * `-[encodeWithCoder:]`\n * `-[copyWithZone:]`\n * `-[mutableCopyWithZone:]`\n * `-[description]`\n * `-[debugDescription]`\n * `-[isEqual:]`\n * `-[hash]`\n\n When you inherit `JKVValue` or `JKVMutableValue`. Both classes\n will introspect the properties to provide all the behavior\n for the standard methods.\n",
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",