blob: b511fa88ee7535ef3110ca010ee3477caae968e6 [file] [log] [blame]
{
"name": "VNBase",
"version": "0.4.38",
"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.38"
},
"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"
}