blob: f6f42dc8a7428ec73d22be6530fae400c6b0fdbf [file] [log] [blame]
{
"name": "OrderedDictionary",
"version": "1.4",
"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.4"
},
"source_files": "OrderedDictionary",
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.6",
"tvos": "9.0",
"watchos": "2.0"
}
}