blob: 95e9cced92eb6d39ff07a5bf816f218332cb8672 [file] [log] [blame]
{
"name": "VDCache",
"version": "0.5.1",
"summary": "VDCache is a framework for caching data",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/dankinsoid/SwiftyCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Данил Войдилов": "voidilov@gmail.com"
},
"source": {
"git": "https://github.com/dankinsoid/SwiftyCache.git",
"branch": "master",
"tag": "0.5.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyCache/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
]
}
}