blob: 8a209e683613cf75875aa680fe58c40ef3cebe9d [file] [log] [blame]
{
"name": "MemoryCache",
"version": "0.2.0",
"summary": "MemoryCache is type-safe memory cache.",
"description": "MemoryCache is type-safe memory cache. It can benefit from `NSCache` features by wrapping `NSCache`.",
"homepage": "https://github.com/yysskk/MemoryCache",
"license": {
"type": "MIT",
"file": "./LICENSE"
},
"authors": {
"yysskk": "yusuke.0213@gmail.com"
},
"source": {
"git": "https://github.com/yysskk/MemoryCache.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/_yysskk",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "Sources/*.swift"
}