blob: 521c4d801859f82bc1c26b76ff8801533ba1b49b [file] [log] [blame]
{
"name": "Converter",
"version": "0.3.0",
"summary": "An automatic convention based, boiler plate free, object mapper for Swift",
"description": "Converter is an object mapper similar to AutoMapper for Swift. Converting an object of one type to a different type usually invloves writing a lot of boiler plate code. Converter is an automatic convetion based solution.",
"homepage": "https://github.com/wickwirew/Converter",
"license": "MIT",
"authors": {
"Wesley Wickwire": "wickwirew@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/wickwirew/Converter.git",
"tag": "0.3.0"
},
"source_files": "Converter/**/*.swift",
"dependencies": {
"Runtime": [
"0.2.0"
]
},
"pushed_with_swift_version": "4.0"
}