blob: 553bc21f3e8d660118e9ab532bd03f6059c0d7ed [file] [log] [blame]
{
"name": "ModelMapper",
"version": "10.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",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/lyft/mapper.git",
"tag": "10.0.0"
},
"requires_arc": true,
"module_name": "Mapper",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift"
},
{
"name": "NoConvertibles",
"source_files": "Sources/**/*.swift",
"exclude_files": "Sources/**/*+Convertible.swift"
}
]
}