blob: 4a2d07f9fbd9e79fd843b74525598d6da89aa1bf [file] [log] [blame]
{
"name": "SwiftyCache",
"version": "0.9.2",
"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"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"source": {
"git": "https://github.com/SwiftyCache/SwiftyCache.git",
"tag": "0.9.2"
},
"source_files": "Source/*.swift"
}