blob: e7f2e81813afdd40f1d4cf20bd633b2032fa7830 [file] [log] [blame]
{
"name": "CodableCache",
"version": "0.2.2",
"summary": "A memory and disk based cache backed by the Swift 4 Codable protocol.",
"description": "What is Codable Cache? It's a framework that allows for seamless memory caching and disk persistence of your plain old Swift structs.\nSimply define a model and conform to Encodable – you're ready to use Codable Cache.",
"homepage": "https://github.com/asowers1/CodableCache.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Sowers": "asow123@gmail.com"
},
"social_media_url": "https://twitter.com/andrewsowers",
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/asowers1/CodableCache.git",
"tag": "0.2.2"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}