blob: d23c404ca6d4866b9ee809d3c46be7168a434dbe [file] [log] [blame]
{
"name": "OrderedDictionary",
"version": "1.1",
"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.1"
},
"source_files": "OrderedDictionary",
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.6"
}
}