blob: bf1fa225f93fbcc813578e3a52956337dde6b272 [file] [log] [blame]
{
"name": "JKVValue",
"version": "1.3.1",
"summary": "A simple Value Object library.",
"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.",
"homepage": "https://github.com/jeffh/JKVValue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeff Hui": "jeff@jeffhui.net"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source": {
"git": "https://github.com/jeffh/JKVValue.git",
"tag": "v1.3.1"
},
"source_files": "JKVValue/**/*.{h,m}",
"public_header_files": "JKVValue/Public/**/*.h",
"requires_arc": true
}