blob: 191fa23aa104b34d3ad73b5988c55fd3732ebbfc [file] [log] [blame]
{
"name": "VIPERS-Converter",
"version": "0.1.0",
"summary": "Converter implementation used by the iOS application framework 'VIPERS'",
"description": "Converter implementation used by the iOS application framework 'VIPERS'\nA converter is an object responsible to convert one element into an other element.",
"homepage": "https://github.com/VIPER-Swift/VIPERS-Converter",
"license": "MIT",
"authors": {
"Jan Bartel": "barteljan@yahoo.de"
},
"source": {
"git": "https://github.com/VIPER-Swift/VIPERS-Converter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*",
"dependencies": {
"VIPERS-Converter-Protocol": [
]
}
}