blob: 0ee0518b70e2d20b2318f5181abb0c25f91c8611 [file] [log] [blame]
{
"name": "Lily",
"version": "0.2",
"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": "0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}",
"Lily/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}