[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / 0 / 9 / DHNObjectMapping / 1.0.0 / DHNObjectMapping.podspec.json
blob3862b56e4d9285ee6f1e24b83c87c4c785c86aea
2   "name": "DHNObjectMapping",
3   "version": "1.0.0",
4   "summary": "A category to map the values of a NSDictionary representation of an object to the object’s properties.",
5   "description": "                   NSObject+DHNObjectMapping maps the keys of the dictionary representation to the properties of the data \n                   object by using Key-Value Coding by default. If your data object has a property named equally to a key \n                   in the dictionary representation its value gets mapped to the property on the data object. You can change\n                   this default behavior. But in general you only need to handle special mapping for your objects.\n",
6   "homepage": "https://github.com/dreyhomedev/NSObject-DHNObjectMapping",
7   "license": "MIT",
8   "authors": "dreyhomedev",
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/dreyhomedev/NSObject-DHNObjectMapping.git",
14     "tag": "1.0.0"
15   },
16   "source_files": [
17     "NSObject+DHNObjectMapping/NSObject+DHNObjectMapping.h",
18     "NSObject+DHNObjectMapping/NSObject+DHNObjectMapping.m"
19   ]