[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / e / Track / 1.2.0 / Track.podspec.json
blob2c727df38a11142bfddde731b0fab82f403d1a8c
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.2.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.2.0"
19   },
20   "source_files": "Track/*.{swift}",
21   "frameworks": [
22     "UIKit",
23     "QuartzCore"
24   ]