blob: 474a999832a0ee8771aa48c42c84bd9a3471300e [file] [log] [blame]
{
"name": "MemoryCache",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/_yysskk",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "Sources/*.swift"
}