[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 7 / f / MFSCache / 2.0.1 / MFSCache.podspec.json
blob5d664bdb0de1c5c4cb5f5e0a9bc0cf565b6b175c
2   "name": "MFSCache",
3   "version": "2.0.1",
4   "summary": "Simple Cache Manager",
5   "description": "MFSCache是一套简单缓存数据的机制,使用方式、性能效率都非常不错,增加缓存生命周期、缓存空间、支持更多的数据类型、数据加密、全局对象(伪单例)、快速缓存、分级、移除缓存",
6   "homepage": "https://github.com/maxfong/MFSCache",
7   "license": "MIT",
8   "authors": {
9     "maxfong": "devmaxfong@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/maxfong/MFSCache.git",
16     "tag": "2.0.1"
17   },
18   "source_files": [
19     "MFSCache/*.{h,m}",
20     "MFSCache/**/*.{h,m}"
21   ],
22   "dependencies": {
23     "MFSJSONEntity": [
25     ]
26   },
27   "xcconfig": {
28     "OTHER_LDFLAGS": "-ObjC"
29   }