blob: 69c5d806fbee36d6d6b51173ecc405849cfc9089 [file] [log] [blame]
{
"name": "SYCacheManager",
"version": "2.0.1",
"summary": "SYCacheManager used to cache data.",
"homepage": "https://github.com/potato512/SYCacheManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"herman": "zhangsy757@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/potato512/SYCacheManager.git",
"tag": "2.0.1"
},
"source_files": "SYCacheManager/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"LKDBHelper": [
],
"FMDB": [
]
}
}