| { | |
| "name": "MXLRU", | |
| "version": "0.1.0", | |
| "summary": "OC版 LRU-1 实现", | |
| "description": "OC版 LRU-1 实现", | |
| "homepage": "https://github.com/xuvw/MXLRU", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "xuvw": "smileshitou@hotmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/xuvw/MXLRU.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "MXLRU/Classes/**/*" | |
| } |