[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / c / 3 / VDCache / 0.7.0 / VDCache.podspec.json
blobf6895a80502253f68df395a61680b86ec06b9663
2   "name": "VDCache",
3   "version": "0.7.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.7.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   }