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