blob: 2b6c3ce88c888dad0f8eb840c8c01f3fe6ccedae [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.2.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.2.2"
},
"source_files": "Track/*.{swift}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}