blob: 08f7bda4924af2d443b608be65d4571d3e1d9fd3 [file] [log] [blame]
{
"name": "VDCache",
"version": "0.7.3",
"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.7.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyCache/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
]
}
}