blob: 5abd5b6ccbf48a98d501716d4de205c2898e35a7 [file] [log] [blame]
{
"name": "MemCache",
"summary": "High performance cache framework for iOS.",
"version": "1.0.6",
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"authors": {
"GodL": "547188371@qq.com"
},
"social_media_url": "https://github.com/GodL/MemCache",
"homepage": "https://github.com/GodL/MemCache",
"source": {
"git": "https://github.com/GodL/MemCache.git",
"tag": "1.0.6"
},
"dependencies": {
"FHLinkedList": [
]
},
"requires_arc": true,
"source_files": "MemCache/*.{h,m}",
"frameworks": [
"UIKit",
"CoreFoundation"
]
}