blob: ab60450bbe51c6b014b72d3a1ebbb31cef2b5906 [file] [log] [blame]
{
"name": "YYCache",
"summary": "High performance cache framework for iOS.",
"version": "1.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ibireme": "ibireme@gmail.com"
},
"social_media_url": "http://blog.ibireme.com",
"homepage": "https://github.com/ibireme/YYCache",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ibireme/YYCache.git",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": "YYCache/*.{h,m}",
"public_header_files": "YYCache/*.{h}",
"libraries": "sqlite3",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore"
]
}