[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / 3 / 9 / d / PVDBaseMVC / 0.2.0 / PVDBaseMVC.podspec.json
blobec502f96755ee92df6855d286da46a18eb2f98e5
2   "name": "PVDBaseMVC",
3   "version": "0.2.0",
4   "summary": "A set of base Models, ViewControllers, Views and other UI to use or inherit from",
5   "description": "A set of base Models, ViewControllers, Views and other UI to use or inherit from. Uses imperative UI creation approach (no storyboards)",
6   "homepage": "https://github.com/PopovVadim/PVDBaseMVC",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PopovVadim": "podh2o@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/PopovVadim/PVDBaseMVC.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PVDBaseMVC/Classes/**/*",
22   "dependencies": {
23     "PVDSwiftAddOns": [
24       "~> 0.2.0"
25     ],
26     "SnapKit": [
27       "~> 4.0.0"
28     ],
29     "SDWebImage": [
30       "~> 4.3"
31     ]
32   }