blob: 80a5a2e74d07dfde5fff1e18f7fa45c587f74c33 [file] [log] [blame]
{
"name": "Track",
"summary": "rack is write by Swift and thread safe cache. It is composed of DiskCache and MemoryCache which support LRU.",
"version": "1.0.0",
"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.0.0"
},
"source_files": "Track/*.{swift}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}