maquannene | c7bc6ff | 2016-05-25 08:18:27 -0400 | [diff] [blame] | 1 | { |
| 2 | "name": "Track", |
| 3 | "summary": "Track is a thread safe cache write by Swift. Composed of DiskCache and MemoryCache which support LRU.", |
| 4 | "version": "1.1.0", |
| 5 | "license": { |
| 6 | "type": "MIT", |
| 7 | "file": "LICENSE" |
| 8 | }, |
| 9 | "authors": { |
| 10 | "maquannene": "maquan@wps.cn" |
| 11 | }, |
| 12 | "homepage": "https://github.com/maquannene/Track", |
| 13 | "platforms": { |
| 14 | "ios": "8.0" |
| 15 | }, |
| 16 | "source": { |
| 17 | "git": "https://github.com/maquannene/Track.git", |
| 18 | "tag": "1.1.0" |
| 19 | }, |
| 20 | "source_files": "Track/*.{swift}", |
| 21 | "frameworks": [ |
| 22 | "UIKit", |
| 23 | "QuartzCore" |
| 24 | ] |
| 25 | } |