blob: 05dc570faca2b2571420c089cfeefdb66ea75e5a [file] [log] [blame]
{
"name": "SuperSimpleMapper",
"version": "0.1.1",
"summary": "Very simple object mapper",
"description": "This is just a simple utility to map object of one type to object of another type. Useful if you are using an ORM and feel the need to map to plain objects your ORM objects to prevent complex objects polluting all layers of your app. It also works as json mapper but there's lot's of better solutions for that purpose.",
"homepage": "https://github.com/frograin/SuperSimpleMapper",
"license": "MIT",
"authors": {
"FrogRain": "info@frograin.com"
},
"source": {
"git": "https://github.com/frograin/SuperSimpleMapper.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SuperSimpleMapper/Classes/**/*",
"pushed_with_swift_version": "3.0"
}