blob: a925df81b032f80d7310779df6dd94e5b362c7f0 [file] [log] [blame]
{
"name": "SKCache",
"version": "1.6.1",
"summary": "A caching libary to allow storing each possible type in Swift",
"description": "This libary will allow developers to store each possible type known in Swift to the memory and optiona to the disk storage.",
"homepage": "https://github.com/dev-labs-bg/SKCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Steliyan Hadzhidenev": "hadzhidenev@gmail.com"
},
"source": {
"git": "https://github.com/dev-labs-bg/SKCache.git",
"tag": "1.6.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SKCache/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}