blob: fb08fb41502ec9aaa51b891e4143d28572ca3a89 [file] [log] [blame]
{
"name": "VNBase",
"version": "0.3.7",
"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.3.7"
},
"social_media_url": "https://twitter.com/teanet",
"platforms": {
"ios": "10.0"
},
"source_files": "VNBase/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SnapKit": [
"~> 4.2.0"
]
},
"swift_version": "5.0"
}