{ | |
"name": "YTTCache", | |
"version": "0.1.0", | |
"summary": "简单数据缓存.", | |
"description": "TODO: Add long description of the pod here.", | |
"homepage": "https://github.com/AndyCuiYTT/YTTCache", | |
"license": { | |
"type": "MIT", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"AndyCuiYTT": "AndyCuiYTT@163.com" | |
}, | |
"source": { | |
"git": "https://github.com/AndyCuiYTT/YTTCache.git", | |
"tag": "0.1.0" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source_files": "YTTCache/Classes/**/*", | |
"dependencies": { | |
"SQLite.swift": [ | |
"~> 0.11.5" | |
] | |
} | |
} |