blob: 247613f2940b9d6863eda7d6a9d57f0671f97e1a [file] [log] [blame]
{
"name": "VidraCart",
"version": "0.0.31",
"summary": "A library for handling your shop's cart using Vidra",
"description": "This is a library for handling your shop's cart using Vidra",
"homepage": "https://github.com/vidra-io/VidraCart-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alessio Giovannoli": "alessio@bemind.me"
},
"platforms": {
"ios": "10.3"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/vidra-io/VidraCart-iOS.git",
"tag": "0.0.31"
},
"ios": {
"vendored_frameworks": "VidraCart.framework"
},
"source_files": "VidraCart/**/*.swift",
"dependencies": {
"Siesta": [
],
"ObjectMapper": [
]
}
}