blob: 0f357c2f87206bf6b5a544072d14d73d04d8eae0 [file] [log] [blame]
{
"name": "BijectiveDictionary",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*.{h,m}",
"public_header_files": "Pod/Classes/*.h",
"ios": {
"frameworks": "Foundation"
},
"subspecs": [
{
"name": "OPCCopying",
"source_files": "Pod/Classes/OPCCopying/OPCCopying.h",
"public_header_files": "Pod/Classes/OPCCopying/OPCCopying.h"
}
]
}