blob: 91294f918a8deb72db87d31b98bd8e5a2d327aee [file] [log] [blame]
{
"name": "ModelMapper",
"version": "7.2.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",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/lyft/mapper.git",
"tag": "7.2.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"module_name": "Mapper",
"pushed_with_swift_version": "4.0"
}