blob: 78077d06297c724b9b108799bedfb5faab060a4c [file] [log] [blame]
{
"name": "ModelsMapper",
"version": "0.1.0",
"summary": "Abstraction for model mapping in Swift",
"description": "Abstraction for model mapping in Swift, write a mapper once, use everywhere.",
"homepage": "https://github.com/ShabanKamell/ModelMapper-Swift",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"ShabanKamell": "sh3ban.kamel@gmail.com"
},
"source": {
"git": "https://github.com/ShabanKamell/ModelMapper-Swift.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ShaAhKa",
"swift_versions": "5.1.2",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"exclude_files": "Sources/Supporting Files/**/*",
"frameworks": "Foundation",
"swift_version": "5.1.2"
}