blob: 2c48e645bbdde8a08056bb2c51c48cef7d7e8a32 [file] [log] [blame]
{
"name": "SwiftyCache",
"version": "0.9.0",
"summary": "SwiftyCache is a disk-based 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.0"
},
"source_files": "Source/*.swift"
}