2 "name": "EFDataMappingKit",
4 "summary": "EFDataMappingKit maps data such as those coming from JSON onto an instance using mappings",
5 "description": "EFDataMappingKit maps data such as those coming from JSON onto an instance using mappings. The mappings are also used to simplify implementing the NSCoding protocol for a class, and to create a dictionary representation of an instance.",
6 "homepage": "https://github.com/Egeniq/EFDataMappingKit",
12 "Johan Kool": "johan@egeniq.com"
19 "git": "https://github.com/Egeniq/EFDataMappingKit.git",
22 "public_header_files": "EFMapping/*.h",
23 "source_files": "EFMapping/*.{h,m}",