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