blob: 430a8bacd74a54be9097fd267cb69ddc8fb7882f [file] [log] [blame]
{
"name": "NSOrderedDictionary",
"version": "1.0.1",
"summary": "A cross between NSArray and NSDictionary. It holds an ordered list of objects and keys.",
"description": " All of which can be accessed by index, or key. This class is not a minimally finished class, with one or two methods. It follows Apple's subclassing protocols for NSArray and NSDictionary. It has methods comparable to all of NSArray's methods and all of NSDictionary's methods. It also supports NSCoding, NSCopying, KVO, and supports NSFastEnumeration over the objects or keys. It is the only fully implemented ordered dictionary class.\n",
"homepage": "https://github.com/Marxon13/NSOrderedDictionary",
"license": {
"type": "MIT",
"text": " Copyright (c) 2013 Brandon McQuilkin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n"
},
"authors": {
"Brandon McQuilkin": "marxon13@yahoo.com"
},
"platforms": {
"ios": "6.1",
"osx": "10.7"
},
"source": {
"git": "https://github.com/Marxon13/NSOrderedDictionary.git",
"tag": "v1.0.1"
},
"source_files": [
"NSOrderedDictionary.h",
"NSOrderedDictionary.m"
],
"frameworks": "Foundation",
"requires_arc": true
}