blob: 8b3ff10099d7d679ae22e3722ea4f87b14823d2e [file] [log] [blame]
{
"name": "VNBase",
"version": "0.2.0",
"summary": "Simple MVVM helper",
"swift_version": "4.2",
"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.2.0"
},
"social_media_url": "https://twitter.com/teanet",
"platforms": {
"ios": "9.0"
},
"source_files": "VNBase/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"TLIndexPathTools": [
"~> 0.4.4"
],
"SnapKit": [
"~> 4.0.1"
]
}
}