blob: c1d22ad2024e77516d60f1f6cec2a09c14fc96ad [file] [log] [blame]
{
"name": "VCommon",
"version": "0.1.2",
"summary": "VCommon - Swift",
"description": "VCommon is a shared library for using in the projects of Vektör.",
"homepage": "https://github.com/gultekingokhan/VCommon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gultekingokhan": "gokhan.gultekin@vektortelekom.com"
},
"source": {
"git": "https://github.com/gultekingokhan/VCommon.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "VCommon/Classes/**/*",
"resource_bundles": {
"VCommon": [
"VCommon/**/*"
]
}
}