[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 5 / 2 / XLEasyCache / 0.1.2 / XLEasyCache.podspec.json
blob8b209ad7e5a62296cced9678483eb82c367a7ab0
2   "name": "XLEasyCache",
3   "version": "0.1.2",
4   "summary": "封装UserCache和CommonCache 添加基本类型键值保存.",
5   "description": "添加TXUserCache和TXCommonCache类,并添加基本类型 TXCache+TXBaseType",
6   "homepage": "https://github.com/randyeasy/XLEasyCache",
7   "license": "MIT",
8   "authors": {
9     "randy": "ouyaliang@163.com"
10   },
11   "source": {
12     "git": "https://github.com/randyeasy/XLEasyCache.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "6.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*",
20   "public_header_files": [
21     "Pod/Classes/XLECache.h",
22     "Pod/Classes/XLECache+XLEBaseType.h",
23     "Pod/Classes/XLECommonCache.h",
24     "Pod/Classes/XLEUserCache.h",
25     "Pod/Classes/XLEasyCache.h"
26   ],
27   "dependencies": {
28     "TMCache": [
29       "~> 1.2"
30     ]
31   }