blob: f78661dc0f66d026926ca1abaaaebd23395d0cb6 [file] [log] [blame]
{
"name": "BijectiveDictionary",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "5.0",
"watchos": "2.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"
}
]
}