blob: 550fcc290e0e74041b1be61a8ac4a0c0b74ca2a4 [file] [log] [blame]
{
"name": "Track",
"summary": "Track is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.",
"version": "1.1.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maquannene": "maquan@wps.cn"
},
"homepage": "https://github.com/maquannene/Track",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/maquannene/Track.git",
"tag": "1.1.2"
},
"source_files": "Track/*.{swift}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}