blob: 92a041dee04329243356e9cc39d14342074831bb [file] [log] [blame]
{
"name": "ModelMapper",
"version": "1.0.0",
"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.0"
},
"requires_arc": true,
"source_files": "Mapper/**/*.swift",
"module_name": "Mapper"
}