blob: e964db5686babb62f62916f9e8c0ec51b5918cd1 [file] [log] [blame]
{
"name": "VSKit",
"version": "0.2.0",
"summary": "A framework of some usefull general purpose code I have created.",
"description": "A framework of some usefull general purpose code I have created. This code has been used in production for several projects.",
"homepage": "https://github.com/pjvea/VSKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PJ Vea": "pj@veasoftware.com"
},
"source": {
"git": "https://github.com/pjvea/VSKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "VSKit/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "4.2"
}