blob: 105a791889096051a7ee9205a6687c10a632d1b0 [file] [log] [blame]
{
"name": "Busquets",
"version": "0.1.0",
"summary": "Simple Swift in-memory LRU cache",
"description": "Simple Swift in-memory LRU cache, named Busquets",
"homepage": "https://github.com/ushisantoasobu/Busquets",
"license": "MIT",
"authors": {
"ushisantoasobu": "babblemann.shunsee@gmail.com"
},
"source": {
"git": "https://github.com/ushisantoasobu/Busquets.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ushisantoasobu",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Busquets",
"resource_bundles": {
"Busquets": [
"Pod/Assets/*.png"
]
}
}