blob: def9e96d28c9190ea31552a0a870b690f69e6edf [file] [log] [blame]
{
"name": "ModelMapper",
"version": "1.0.1",
"summary": "A JSON deserialization library for Swift",
"homepage": "https://github.com/lyft/mapper",
"license": "Apache License, Version 2.0",
"authors": {
"Keith Smiley": "keithbsmiley@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/lyft/mapper.git",
"tag": "1.0.1"
},
"requires_arc": true,
"source_files": "Mapper/**/*.swift",
"module_name": "Mapper"
}