| { | |
| "name": "Track", | |
| "summary": "Track is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.", | |
| "version": "1.1.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.1.0" | |
| }, | |
| "source_files": "Track/*.{swift}", | |
| "frameworks": [ | |
| "UIKit", | |
| "QuartzCore" | |
| ] | |
| } |