blob: a9c6215d7e8ac4ca791496c83e3170e406967ef9 [file] [log] [blame]
{
"name": "LCContainers",
"version": "0.0.3",
"summary": "Lambda's own containers library.",
"homepage": "https://github.com/Jimexist/LCContainers",
"description": "Handy containers library, e.g. multisets, multimaps, etc. Mainly inspired by Google's Guava library.",
"requires_arc": true,
"license": "MIT",
"authors": {
"Jiayu Liu": "jimexist@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/Jimexist/LCContainers.git",
"tag": "0.0.3"
},
"source_files": "LCContainers/*.{m,h}",
"public_header_files": "LCContainers/*.h"
}