blob: 8c3d140b7340fa14f73100b70b1a43086d29d9ee [file] [log] [blame]
{
"name": "PVDBaseMVC",
"version": "0.1.8",
"summary": "A set of base Models, ViewControllers, Views and other UI to use or inherit from",
"description": "A set of base Models, ViewControllers, Views and other UI to use or inherit from. Uses imperative UI creation approach (no storyboards)",
"homepage": "https://github.com/PopovVadim/PVDBaseMVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PopovVadim": "podh2o@gmail.com"
},
"source": {
"git": "https://github.com/PopovVadim/PVDBaseMVC.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PVDBaseMVC/Classes/**/*",
"dependencies": {
"PVDSwiftAddOns": [
"~> 0.1.8"
],
"SnapKit": [
"~> 4.0.0"
],
"SDWebImage": [
"~> 4.3"
]
},
"pushed_with_swift_version": "4.0"
}