blob: 481ffb5b8ca1c8f728a73f29edbd3b26dde4d9f6 [file] [log] [blame]
{
"name": "APLRUCache",
"version": "1.0.0",
"summary": "A LRU cache on iOS.",
"description": "* A lightweight and thread safe LRU cache in Objcetive-C",
"homepage": "https://github.com/JasonWorking/APLRUCache",
"license": "MIT",
"authors": {
"JasonWorking": "liujie901223@gmail.com"
},
"source": {
"git": "https://github.com/JasonWorking/APLRUCache.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/iDev_Jason",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}