{ | |
"name": "LZCache", | |
"version": "1.0.0", | |
"summary": "This is a lightweight caching framework.", | |
"description": "TODO: Add long description of the pod here.", | |
"homepage": "https://github.com/superleezen/LZCache", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"lizheng": "emailoflizheng@126.com" | |
}, | |
"source": { | |
"git": "https://github.com/superleezen/LZCache.git", | |
"tag": "1.0.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "LZCache/*.{h,m}" | |
} |