blob: 76843723724925db3b05478ba9130618ab2812ef [file] [log] [blame]
{
"name": "BijectiveDictionary",
"version": "1.0",
"summary": "A dictionary that preserves the uniqueness of both its keys and its values.",
"homepage": "https://github.com/Operator/BijectiveDictionary",
"license": "MIT",
"authors": {
"Peter Meyers": "meyers@operator.com",
"Zach Langley": "zach@operator.com"
},
"source": {
"git": "https://github.com/Operator/BijectiveDictionary.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"public_header_files": "Pod/Classes/**/*.h",
"ios": {
"frameworks": "Foundation"
}
}