blob: 98697aa58359da9fa46078c0a491fa0455ad4110 [file] [log] [blame]
{
"name": "EFDataMappingKit",
"version": "0.1.2",
"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.2"
},
"public_header_files": "EFMapping/*.h",
"source_files": "EFMapping/*.{h,m}",
"requires_arc": true
}