blob: 685347c8032bd568e9ea1b2061b530faf2a92078 [file] [log] [blame]
{
"name": "VNBase",
"version": "0.4.26",
"summary": "Simple MVVM helper",
"swift_versions": "5.0",
"description": "TODO: I should add some description later =)",
"homepage": "https://github.com/teanet/VNBase",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"teanet": "tea.net@me.com"
},
"source": {
"git": "https://github.com/teanet/VNBase.git",
"tag": "0.4.26"
},
"social_media_url": "https://twitter.com/teanet",
"platforms": {
"ios": "10.0"
},
"source_files": "VNBase/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
]
},
"swift_version": "5.0"
}