blob: 2d9df1c6352f9e34180acebf7d8a58f095093e94 [file] [log] [blame]
{
"name": "Lily",
"version": "0.1",
"summary": "A lightweight Swift Cache",
"description": " \t\t\t\t\tLily provide swifty way API for lightweight data cache.\n",
"homepage": "https://github.com/kukushi/Lily",
"license": "MIT",
"authors": {
"Xing He": ""
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kukushi/Lily.git",
"tag": "v0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"Lily/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}