blob: 2e91a7bec11af747ca87fea55dadb4d1ef4790b8 [file] [log] [blame]
{
"name": "VDCache",
"version": "0.2.0",
"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.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyCache/Classes/**/*",
"swift_versions": "5.0",
"frameworks": "UIKit"
}