blob: ec502f96755ee92df6855d286da46a18eb2f98e5 [file] [log] [blame]
{
"name": "PVDBaseMVC",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PVDBaseMVC/Classes/**/*",
"dependencies": {
"PVDSwiftAddOns": [
"~> 0.2.0"
],
"SnapKit": [
"~> 4.0.0"
],
"SDWebImage": [
"~> 4.3"
]
}
}