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