[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 9 / 2 / e / Track / 1.0.1 / Track.podspec.json
blobb87f2a0cde3f0099a82dcbdd6aa53bb0d1b94b57
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.0.1",
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.1"
19   },
20   "source_files": "Track/*.{swift}",
21   "frameworks": [
22     "UIKit",
23     "QuartzCore"
24   ]