blob: 7777a9fa6451f28ea89464d3da72b4bfef77e5b8 [file] [log] [blame]
{
"name": "SwiftyCache",
"version": "0.9.4",
"summary": "SwiftyCache is a journal-based disk LRU cache library in Swift.",
"homepage": "https://github.com/SwiftyCache/SwiftyCache",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": {
"Haoming Ma": "brightpony@gmail.com"
},
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/SwiftyCache/SwiftyCache.git",
"tag": "0.9.4"
},
"source_files": "Source/*.swift"
}