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