[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 5 / 1 / MXCaches / 1.0.0 / MXCaches.podspec.json
blobdfb8759f4c843f007395c2b0ea94dd5761660bee
2   "name": "MXCaches",
3   "version": "1.0.0",
4   "summary": "基于YYCache的缓存轻量封装",
5   "description": "1.内存缓存的管理\n2.磁盘缓存的管理",
6   "homepage": "https://github.com/kuroky/MXCache.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kurokyfan": "kuro2007cumt@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://github.com/kuroky/MXCache.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Classes/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "YYCache": [
25       "~> 1.0.4"
26     ]
27   }