[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / 3 / 9 / d / PVDBaseMVC / 0.0.5 / PVDBaseMVC.podspec.json
blobec403f475e311fca24a9491d97bb4c6c1a3b9adc
2   "name": "PVDBaseMVC",
3   "version": "0.0.5",
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.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "PVDBaseMVC/Classes/**/*",
22   "dependencies": {
23     "PVDSwiftAddOns": [
24       "~> 0.1.5"
25     ],
26     "SnapKit": [
27       "~> 4.0.0"
28     ],
29     "SDWebImage": [
30       "~> 4.0"
31     ]
32   },
33   "pushed_with_swift_version": "4.0"