[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 1 / 8 / JKVValue / 1.3.1 / JKVValue.podspec.json
blobbf1fa225f93fbcc813578e3a52956337dde6b272
2   "name": "JKVValue",
3   "version": "1.3.1",
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",
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.3.1"
21   },
22   "source_files": "JKVValue/**/*.{h,m}",
23   "public_header_files": "JKVValue/Public/**/*.h",
24   "requires_arc": true