blob: 784ac6b5a43a1ffa094497e221f0f53d4a601f76 [file] [log] [blame]
{
"name": "CBCache",
"summary": "High performance cache framework for iOS.",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cdnbye": "service@cdnbye.com"
},
"social_media_url": "https://docs.cdnbye.com",
"homepage": "https://github.com/snowinszu/CBCache",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/snowinszu/CBCache.git",
"tag": "2.0.0"
},
"requires_arc": true,
"source_files": "YYCache/*.{h,m}",
"public_header_files": "YYCache/*.{h}",
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore"
]
}