blob: 4fb41f7e2db76ec2942d08f3657fd38c0a1a26f4 [file] [log] [blame]
{
"name": "ModelMapper",
"version": "7.3.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.3.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"module_name": "Mapper",
"pushed_with_swift_version": "4.0"
}