blob: 906a7755d4373a6637de7bdf3813c2662cae87e0 [file] [log] [blame]
{
"name": "RDHOrderedDictionary",
"version": "0.2.1",
"license": "MIT",
"summary": "Ordered version of NSDictionary.",
"homepage": "https://github.com/rhodgkins/RDHOrderedDictionary",
"authors": "Rich Hodgkins",
"source": {
"git": "https://github.com/rhodgkins/RDHOrderedDictionary.git",
"tag": "0.2.1"
},
"frameworks": "Foundation",
"requires_arc": true,
"source_files": "RDHOrderedDictionary/**/*.{h,m}",
"public_header_files": [
"RDHOrderedDictionary/RDHOrderedDictionary.h",
"RDHOrderedDictionary/NSMutableDictionary+RDHCombinationOperations.h"
]
}