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