[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / b / c / 3 / VDCache / 0.4.0 / VDCache.podspec.json
blob76db420d2640acffcb8d78cea98afa863a453084
2   "name": "VDCache",
3   "version": "0.4.0",
4   "summary": "VDCache is a framework for caching data",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/dankinsoid/SwiftyCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Данил Войдилов": "voidilov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dankinsoid/SwiftyCache.git",
16     "branch": "master",
17     "tag": "0.4.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "SwiftyCache/Classes/**/*",
23   "swift_versions": "5.0",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "RxSwift": [
28     ]
29   }