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