[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 6 / 1 / 8 / JKVValue / 1.2.0 / JKVValue.podspec.json
blob54860f5c4bd37c503a71eaef4ed2fc3d8c4bfbf8
2   "name": "JKVValue",
3   "version": "1.2.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jeff Hui": "jeff@jeffhui.net"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/jeffh/JKVValue.git",
20     "tag": "v1.2.0"
21   },
22   "source_files": "JKVValue/**/*.{h,m}",
23   "public_header_files": "JKVValue/Public/**/*.h",
24   "requires_arc": true