blob: 7fd4a2ca95d07ae8841d395764688b0fd3a7f39f [file] [log] [blame]
{
"name": "SwiftyCache",
"version": "0.9.3",
"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.3"
},
"source_files": "Source/*.swift"
}