[Add] AlibabacloudSysOM20231230 1.3.0
[CocoaPods.git] / Specs / 9 / 2 / e / Track / 1.0.0 / Track.podspec.json
blob80a5a2e74d07dfde5fff1e18f7fa45c587f74c33
2   "name": "Track",
3   "summary": "rack is write by Swift and thread safe cache. It is composed of DiskCache and MemoryCache which support LRU.",
4   "version": "1.0.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.0.0"
19   },
20   "source_files": "Track/*.{swift}",
21   "frameworks": [
22     "UIKit",
23     "QuartzCore"
24   ]