blob: 0fb7189df6b47f5c748ae7476ba2184a6b8f58b7 [file] [log] [blame]
{
"name": "OrderedDictionary",
"version": "1.3",
"license": {
"type": "zlib",
"file": "LICENCE.md"
},
"summary": "NSDictionary subclass for iOS/Mac OS that preserves insertion order.",
"homepage": "https://github.com/nicklockwood/OrderedDictionary",
"authors": {
"Nick Lockwood": "support@charcoaldesign.co.uk"
},
"source": {
"git": "https://github.com/nicklockwood/OrderedDictionary.git",
"tag": "1.3"
},
"source_files": "OrderedDictionary",
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.6"
}
}