blob: 008ff08ee3cef016d443e248c0d4193585af3ffa [file] [log] [blame]
{
"name": "VertigoX",
"version": "0.1.4",
"summary": "A Swift ToolKit to help create clean efficient apps",
"swift_versions": "5.0",
"homepage": "https://github.com/waruss321/VertigoX",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"waruss321": "russellwarwick1998@gmail.com"
},
"source": {
"git": "https://github.com/waruss321/VertigoX.git",
"branch": "master",
"tag": "0.1.4"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Source/**/*",
"dependencies": {
"IGListKit": [
"~> 4.0.0"
],
"Signals": [
"~> 6.0"
],
"FittedSheets": [
"~> 1.3.0"
]
},
"swift_version": "5.0"
}