blob: 379d4208f4425e5bc989f219163f04efda3e76c9 [file] [log] [blame]
{
"name": "EFDataMappingKit",
"version": "0.1.1",
"summary": "EFDataMappingKit maps data such as those coming from JSON onto an instance using mappings",
"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.",
"homepage": "https://github.com/Egeniq/EFDataMappingKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Johan Kool": "johan@egeniq.com"
},
"platforms": {
"ios": "5.1.1"
},
"source": {
"git": "https://github.com/Egeniq/EFDataMappingKit.git",
"tag": "0.1.1"
},
"public_header_files": "EFMapping/*.h",
"source_files": "EFMapping/*.{h,m}",
"requires_arc": true
}