blob: db995437574724dc35e65ba69fd74f60e96caf1e [file] [log] [blame]
{
"name": "XLEasyCache",
"version": "0.1.0",
"summary": "封装UserCache和CommonCache 添加基本类型键值保存.",
"description": "添加TXUserCache和TXCommonCache类,并添加基本类型 TXCache+TXBaseType",
"homepage": "https://github.com/randyeasy/XLEasyCache",
"license": "MIT",
"authors": {
"randy": "ouyaliang@163.com"
},
"source": {
"git": "https://github.com/randyeasy/XLEasyCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/*",
"public_header_files": [
"Pod/Classes/XLECache.h",
"Pod/Classes/XLECache+XLEBaseType.h",
"Pod/Classes/XLECommonCache.h",
"Pod/Classes/XLEUserCache.h",
"Pod/Classes/XLEasyCache.h"
],
"dependencies": {
"TMCache": [
"~> 1.2"
]
}
}